mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 19:36:32 +08:00
remove warnings on unit tests (from #88)
This commit is contained in:
parent
64c467e940
commit
4f92731823
@ -10,6 +10,7 @@ if(MSVC)
|
||||
set(CMAKE_CXX_FLAGS
|
||||
"/EHsc"
|
||||
)
|
||||
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
|
||||
else(MSVC)
|
||||
set(CMAKE_CXX_FLAGS
|
||||
"-std=c++11 -stdlib=libc++"
|
||||
|
Loading…
Reference in New Issue
Block a user