Commit 4f927318 authored by Niels's avatar Niels

remove warnings on unit tests (from #88)

parent 64c467e9
...@@ -10,6 +10,7 @@ if(MSVC) ...@@ -10,6 +10,7 @@ if(MSVC)
set(CMAKE_CXX_FLAGS set(CMAKE_CXX_FLAGS
"/EHsc" "/EHsc"
) )
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
else(MSVC) else(MSVC)
set(CMAKE_CXX_FLAGS set(CMAKE_CXX_FLAGS
"-std=c++11 -stdlib=libc++" "-std=c++11 -stdlib=libc++"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment