mirror of
https://github.com/nlohmann/json.git
synced 2026-03-02 07:16:24 +00:00
remove warnings on unit tests (from #88)
This commit is contained in:
@@ -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++"
|
||||
|
||||
Reference in New Issue
Block a user