0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Try to get rid of warning C4503 (type name too long)

This commit is contained in:
rbock 2015-12-28 17:24:36 +01:00
parent 1283652b4c
commit bb97989679

View File

@ -21,7 +21,7 @@ build_script:
- mkdir build - mkdir build
- cd build - cd build
- cmake --version - cmake --version
- cmake .. - cmake .. -DCMAKE_CXX_FLAGS="/wd4503"
- cmake --build . --config %configuration% - cmake --build . --config %configuration%
- ctest . --build-config %configuration% - ctest . --build-config %configuration%