CMakeLists.txt: remove unecessary condition

thanks to [at]akva2 for catching this.
This commit is contained in:
Andreas Lauser 2019-03-04 15:42:57 +01:00
parent f4435a5de9
commit a5863a1f36

View File

@ -161,9 +161,7 @@ opm_add_test(ebos
LIBRARIES "opmsimulators"
SOURCES ebos/ebos.cc)
if(OPM_GRID_FOUND AND HAVE_ECL_INPUT AND HAVE_ECL_OUTPUT)
install(TARGETS ebos DESTINATION bin)
endif()
install(TARGETS ebos DESTINATION bin)
include(OpmBashCompletion)
opm_add_bash_completion(flow)