mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Fix libQtCore link failure because of missing libz
libQtCore often, but not always includes the required functionality from libz. This is needed for example on openSUSE 12.1 and 12.2.
This commit is contained in:
parent
651d908709
commit
b0c60f0e4a
@ -234,6 +234,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../ThirdParty/Ert/geometry/lib/libgeometry.a
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../ThirdParty/Ert/well/lib/libwell.a
|
||||
lapack
|
||||
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