Skip to content
Snippets Groups Projects
Commit 9af43147 authored by Jerome Hue's avatar Jerome Hue
Browse files

FIX: Add bigobj for MSVC

parent 7a6ca54d
No related branches found
No related tags found
No related merge requests found
Pipeline #64213 failed
......@@ -25,6 +25,10 @@ target_link_libraries(tests${module_name} PRIVATE ${module_name})
target_link_libraries(tests${module_name} PRIVATE Catch2::Catch2WithMain)
if(MSVC)
target_compile_options(tests${module_name} PRIVATE /bigobj)
endif()
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
include(CTest)
include(Catch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment