mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
commit
839a39d9ca
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user