Skip to content

Commit

Permalink
attempt to fix compilation error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nmellado committed Dec 20, 2023
1 parent cc3e71e commit fe21102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ set_target_properties(poncaplot PROPERTIES RUNTIME_OUTPUT_DIRECTORY $<1:${CMAKE_

# Fix compilation error with MSVC
if (MSVC)
target_compile_options(poncaplot PRIVATE /bigobj)
target_compile_options(poncaplot PRIVATE /bigobj -openmp:llvm)
endif ()

0 comments on commit fe21102

Please sign in to comment.