🏁 set flag for MSVC for test-binary_formats

This commit is contained in:
Niels Lohmann 2021-09-11 16:01:10 +02:00
parent e9b1ab4e0a
commit 627eefa5ad
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -102,6 +102,7 @@ endif()
# avoid stack overflow, see https://github.com/nlohmann/json/issues/2955
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
set_property(TARGET test-binary_formats APPEND_STRING PROPERTY LINK_FLAGS " /STACK:4000000")
set_property(TARGET test-cbor APPEND_STRING PROPERTY LINK_FLAGS " /STACK:4000000")
set_property(TARGET test-msgpack APPEND_STRING PROPERTY LINK_FLAGS " /STACK:4000000")
set_property(TARGET test-ubjson APPEND_STRING PROPERTY LINK_FLAGS " /STACK:4000000")