mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 04:00:39 -06:00
Try to get rid of warning C4503 (type name too long)
This commit is contained in:
@@ -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%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user