add 'flow_ebos' to the dependencies of the 'flow' target

this allows to use `make flow` instead of `make flow_ebos flow` to
build the stuff.
This commit is contained in:
Andreas Lauser
2017-04-18 18:43:33 +02:00
parent 6d9440d8e2
commit 6c2e828a8d

View File

@@ -133,5 +133,6 @@ endif()
# create a symbolic link from flow to flow_legacy
ADD_CUSTOM_TARGET(flow ALL
DEPENDS flow_ebos
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_ebos" "${CMAKE_BINARY_DIR}/bin/flow")