Commit c9aa2c38 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

bring back "big object"compiler option for MSVC

1 merge request!3release v0.1.0
Pipeline #42872 passed with stage
in 2 minutes and 13 seconds
Showing with 8 additions and 0 deletions
+8 -0
......@@ -45,6 +45,14 @@ target_link_libraries(
xtensor
)
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
target_compile_options(
evalhyd
INTERFACE
"/bigobj"
)
endif()
target_compile_features(
evalhyd
INTERFACE
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment