Remove the stale flag ENABLE_3DPROPS_TESTING

This commit is contained in:
Joakim Hove 2020-01-24 17:06:56 +01:00 committed by GitHub
parent 31102bd949
commit 1e26b7333e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,10 +64,6 @@ if(opm-common_DIR AND NOT IS_DIRECTORY ${opm-common_DIR})
message(WARNING "Value ${opm-common_DIR} passed to variable"
" opm-common_DIR is not a directory")
endif()
option(ENABLE_3DPROPS_TESTING "Enable the in-constructor testing of 3D properties" OFF)
if (ENABLE_3DPROPS_TESTING)
add_definitions(-DENABLE_3DPROPS_TESTING)
endif()
find_package(opm-common REQUIRED)