mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Replace tabs with spaces in conformance with style
This commit is contained in:
parent
047ca6d380
commit
94d00b4870
@ -234,7 +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
|
||||
z # In case libz is not included in libQtCore
|
||||
)
|
||||
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
|
||||
set ( EXTERNAL_LINK_LIBRARIES
|
||||
|
@ -104,7 +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
|
||||
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