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

add flag for big object for MSVC compiler

1 merge request!2refactor structure and proper cmake instructions
Pipeline #42145 passed with stage
in 2 minutes and 4 seconds
Showing with 8 additions and 0 deletions
+8 -0
......@@ -51,6 +51,14 @@ target_link_libraries(
xtensor
)
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
target_compile_options(
evalhyd
PRIVATE
"/bigobj"
)
endif()
target_compile_features(
evalhyd
PUBLIC
......
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