mirror of
https://github.com/OPM/opm-upscaling.git
synced 2026-08-26 13:07:11 -05:00
this define is now carried by the target
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user