Merge pull request #1151 from andlaus/add-flow_ebos-dependency

add 'flow_ebos' to the dependencies of the 'flow' target
This commit is contained in:
Atgeirr Flø Rasmussen 2017-04-18 23:20:35 +02:00 committed by GitHub
commit 839a39d9ca

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")