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
- cd build
- cmake --version
- cmake ..
- cmake .. -DCMAKE_CXX_FLAGS="/wd4503"
- cmake --build . --config %configuration%
- ctest . --build-config %configuration%