mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Add libz to unit test that requires it.
This commit is contained in:
parent
85c96b5567
commit
bfb2a75a56
@ -104,6 +104,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../../../ThirdParty/Ert/well/lib/libwell.a
|
||||
lapack
|
||||
pthread
|
||||
z # In case libz is not included in libQtCore
|
||||
)
|
||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
|
||||
set ( EXTERNAL_LINK_LIBRARIES
|
||||
|
Loading…
Reference in New Issue
Block a user