mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Reverted renaming of cmake variable, as it caused issues on Linux
p4#: 21356
This commit is contained in:
parent
a326fac204
commit
e1b778d17f
@ -121,11 +121,11 @@ if (NOT "${RESINSIGHT_PLATFORM}" STREQUAL "")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# override system install prefix if private installation chosen
|
# override system install prefix if private installation chosen
|
||||||
option (RESINSIGHT_PRIVATE_INSTALL "Install in a private directory" ON)
|
option (PRIVATE_INSTALL "Install in a private directory" ON)
|
||||||
if (RESINSIGHT_PRIVATE_INSTALL)
|
if (PRIVATE_INSTALL)
|
||||||
set (CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/Install/)
|
set (CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/Install/)
|
||||||
#set (CMAKE_INSTALL_PREFIX /usr/${RESINSIGHT_FINAL_NAME})
|
#set (CMAKE_INSTALL_PREFIX /usr/${RESINSIGHT_FINAL_NAME})
|
||||||
endif (RESINSIGHT_PRIVATE_INSTALL)
|
endif (PRIVATE_INSTALL)
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Application
|
# Application
|
||||||
|
Loading…
Reference in New Issue
Block a user