this define is now carried by the target

This commit is contained in:
Arne Morten Kvarving
2026-03-18 14:20:36 +01:00
parent 5f125e8982
commit 885f214106
-1
View File
@@ -49,7 +49,6 @@ macro(opm-upscaling_prereqs_hook)
endif()
if(TARGET SuperLU::SuperLU)
target_link_libraries(opmupscaling PUBLIC SuperLU::SuperLU)
target_compile_definitions(opmupscaling PUBLIC HAVE_SUPERLU=1)
endif()
if(TARGET SuiteSparse::UMFPACK)
target_link_libraries(opmupscaling PUBLIC SuiteSparse::UMFPACK)