mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1686 Remove setting of BUILD_PYTHON and ERT_BUILD_CXX
These flags are set to correct values by default in libecl, it is not required to set these in ResInsight cmake
This commit is contained in:
@@ -91,9 +91,7 @@ else()
|
|||||||
|
|
||||||
# Disable install of ERT libs and headers, as Ert code is compiled and linked directly
|
# Disable install of ERT libs and headers, as Ert code is compiled and linked directly
|
||||||
SET(INSTALL_ERT OFF CACHE BOOL "ERT: Install library")
|
SET(INSTALL_ERT OFF CACHE BOOL "ERT: Install library")
|
||||||
SET(BUILD_PYTHON OFF CACHE BOOL "ERT: Run py_compile on the python wrappers")
|
|
||||||
SET(ERT_USE_OPENMP ${OPENMP_FOUND} CACHE BOOL "ERT: Compile using OpenMP")
|
SET(ERT_USE_OPENMP ${OPENMP_FOUND} CACHE BOOL "ERT: Compile using OpenMP")
|
||||||
SET(ERT_BUILD_CXX ON CACHE BOOL "ERT: Enable build of CXX wrappers" FORCE)
|
|
||||||
|
|
||||||
# Remember original state
|
# Remember original state
|
||||||
set(ORIGINAL_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
|
set(ORIGINAL_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
|
||||||
|
|||||||
Reference in New Issue
Block a user