mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-14 05:43:28 -06:00
Merge pull request #5391 from GitPaean/using_USE_DAMARIS_LIB
only trying to link darmaris when requested
This commit is contained in:
commit
947033705d
@ -793,7 +793,7 @@ if(USE_BDA_BRIDGE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(Damaris_FOUND)
|
||||
if(USE_DAMARIS_LIB AND Damaris_FOUND)
|
||||
target_link_libraries(opmsimulators PUBLIC damaris)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user