mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by cmake-format
This commit is contained in:
parent
de58f3dd54
commit
c0921a1fce
@ -443,13 +443,14 @@ endif(RESINSIGHT_ENABLE_GRPC)
|
||||
if(RESINSIGHT_PRIVATE_INSTALL)
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
|
||||
set(RESINSIGHT_INSTALL_RPATH "" CACHE STRING "RPATH to be injected into binary")
|
||||
set(RESINSIGHT_INSTALL_RPATH
|
||||
""
|
||||
CACHE STRING "RPATH to be injected into binary"
|
||||
)
|
||||
mark_as_advanced(FORCE RESINSIGHT_INSTALL_RPATH)
|
||||
|
||||
# Add ORIGIN to represent the directory where the binary is located
|
||||
set(RESINSIGHT_INSTALL_RPATH ${RESINSIGHT_INSTALL_RPATH}
|
||||
"\$ORIGIN"
|
||||
)
|
||||
set(RESINSIGHT_INSTALL_RPATH ${RESINSIGHT_INSTALL_RPATH} "\$ORIGIN")
|
||||
|
||||
if(${RESINSIGHT_USE_ODB_API})
|
||||
# This is a "hack" to make ResInsight runtime find the ODB so files used
|
||||
|
Loading…
Reference in New Issue
Block a user