mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 00:10:02 -06:00
Merge branch 'master' into frankenstein
* master: rename the 'flow' binary to 'flow_legacy' and set a symbolic link
This commit is contained in:
commit
7c4dfa784d
@ -149,10 +149,7 @@ if (HAVE_OPM_DATA)
|
||||
endif()
|
||||
|
||||
# create a symbolic link from flow to flow_legacy
|
||||
message("create symlink")
|
||||
ADD_CUSTOM_TARGET(flow ALL
|
||||
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_legacy" "${CMAKE_BINARY_DIR}/bin/flow")
|
||||
install(
|
||||
FILES "${CMAKE_BINARY_DIR}/bin/flow"
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/bin"
|
||||
)
|
||||
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_legacy" "${CMAKE_BINARY_DIR}/bin/flow")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user