remove unused cmake option

This commit is contained in:
Arne Morten Kvarving 2020-11-18 09:40:43 +01:00
parent cff02ee105
commit 608b27096b

View File

@ -27,10 +27,6 @@ option(BUILD_EBOS "Build the research oriented ebos simulator?" ON)
option(BUILD_EBOS_EXTENSIONS "Build the variants for various extensions of ebos by default?" OFF)
option(BUILD_EBOS_DEBUG_EXTENSIONS "Build the ebos variants which are purely for debugging by default?" OFF)
option(BUILD_FLOW_POLY_GRID "Build flow blackoil with polyhedral grid" OFF)
option(ENABLE_3DPROPS_TESTING "Build and use the new experimental 3D properties" OFF)
if (ENABLE_3DPROPS_TESTING)
add_definitions(-DENABLE_3DPROPS_TESTING)
endif()
if(SIBLING_SEARCH AND NOT opm-common_DIR)
# guess the sibling dir