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

Enable exception handling when compiling with MSVC

This commit is contained in:
rbock 2015-12-28 17:31:00 +01:00
parent bb97989679
commit 0a77c73e1d

View File

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