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

@ -131,7 +131,8 @@ if (HAVE_OPM_DATA)
include (${CMAKE_CURRENT_SOURCE_DIR}/compareECLFiles.cmake)
endif()
# create a symbolic link from flow to flow_legacy
# create a symbolic link from flow to flow_legacy
ADD_CUSTOM_TARGET(flow ALL
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_ebos" "${CMAKE_BINARY_DIR}/bin/flow")
DEPENDS flow_ebos
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_ebos" "${CMAKE_BINARY_DIR}/bin/flow")