Skip to content

Commit

Permalink
#97: try a fix in CI and try put VTK in cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Aug 28, 2024
1 parent 23bd065 commit fbb3b8a
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 @@ -46,7 +46,7 @@ set(VT_TV_N_THREADS "2" CACHE STRING "Number of OpenMP threads to use")
include(cmake/load_packages.cmake)

if(APPLE)
add_compile_options(-ffat-lto-objects)
add_compile_options(-ffat-lto-objects -Wno-ignored-optimization-argument)
endif()

add_definitions(-DVT_TV_N_THREADS=${VT_TV_N_THREADS})
Expand Down

0 comments on commit fbb3b8a

Please sign in to comment.