From fbb3b8ae079b7b94fa6987f64d9b49503e20472a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Wed, 28 Aug 2024 15:46:57 +0200 Subject: [PATCH] #97: try a fix in CI and try put VTK in cache --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a94e3a0f..06fa563ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})