Skip to content

Commit

Permalink
_CRT_SECURE_NO_WARNINGS added for MSVC compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
niXman committed Sep 14, 2019
1 parent 1aa7dc9 commit 8cd3184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
-DBOOST_CHRONO_HEADER_ONLY
-DYAS_SERIALIZE_BOOST_TYPES
-DYAS_OBJECT_MAX_MEMBERS=50
-D_CRT_SECURE_NO_WARNINGS
)
endif()

Expand Down

0 comments on commit 8cd3184

Please sign in to comment.