From 1629d97107627f2fb995f69b4d14674fb967c980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20Pep=C3=A8=20Sciarria?= Date: Wed, 23 Apr 2025 09:46:38 +0200 Subject: [PATCH] remove PSB_HAVE_METIS from compile definitions --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27bc9284..f47bc95f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -828,10 +828,10 @@ if(METIS_FOUND) PUBLIC ${METIS_INCLUDES}) target_link_libraries(util PUBLIC ${METIS_LIBRARIES}) - target_compile_definitions(psb_util_C - PUBLIC PSB_HAVE_METIS) #TDDO: CHECK IF THAT _ IS CORRECT - target_compile_definitions(util - PUBLIC PSB_HAVE_METIS) +# target_compile_definitions(psb_util_C +# PUBLIC PSB_HAVE_METIS) #TDDO: CHECK IF THAT _ IS CORRECT +# target_compile_definitions(util +# PUBLIC PSB_HAVE_METIS) endif()