added option ENABLE_PYTHON.
This commit is contained in:
@@ -8,6 +8,7 @@ set(OPM_MACROS_ROOT ${PROJECT_SOURCE_DIR})
|
|||||||
option(ENABLE_ECL_INPUT "Enable eclipse input support?" ON)
|
option(ENABLE_ECL_INPUT "Enable eclipse input support?" ON)
|
||||||
option(ENABLE_ECL_OUTPUT "Enable eclipse output support?" ON)
|
option(ENABLE_ECL_OUTPUT "Enable eclipse output support?" ON)
|
||||||
option(ENABLE_MOCKSIM "Build the mock simulator for io testing" ON)
|
option(ENABLE_MOCKSIM "Build the mock simulator for io testing" ON)
|
||||||
|
option(ENABLE_PYTHON "Enable python bindings?" ON)
|
||||||
|
|
||||||
# Output implies input
|
# Output implies input
|
||||||
if(ENABLE_ECL_OUTPUT)
|
if(ENABLE_ECL_OUTPUT)
|
||||||
@@ -208,3 +209,8 @@ install(DIRECTORY cmake DESTINATION share/opm)
|
|||||||
|
|
||||||
# Install tab completion skeleton
|
# Install tab completion skeleton
|
||||||
install(FILES etc/opm_bash_completion.sh.in DESTINATION share/opm/etc)
|
install(FILES etc/opm_bash_completion.sh.in DESTINATION share/opm/etc)
|
||||||
|
|
||||||
|
if (ENABLE_PYTHON)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user