mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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"
|
LIBRARIES "opmsimulators"
|
||||||
SOURCES ebos/ebos.cc)
|
SOURCES ebos/ebos.cc)
|
||||||
|
|
||||||
if(OPM_GRID_FOUND AND HAVE_ECL_INPUT AND HAVE_ECL_OUTPUT)
|
install(TARGETS ebos DESTINATION bin)
|
||||||
install(TARGETS ebos DESTINATION bin)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
include(OpmBashCompletion)
|
include(OpmBashCompletion)
|
||||||
opm_add_bash_completion(flow)
|
opm_add_bash_completion(flow)
|
||||||
|
Loading…
Reference in New Issue
Block a user