mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 14:15:36 -06:00
CMakeLists.txt: remove unecessary condition
thanks to [at]akva2 for catching this.
This commit is contained in:
parent
f4435a5de9
commit
a5863a1f36
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user