mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: re-add installation of the 'flow' symlink
got lost due to a bad conflict resolution in 7c4dfa784d
This commit is contained in:
@@ -135,4 +135,4 @@ endif()
|
|||||||
ADD_CUSTOM_TARGET(flow ALL
|
ADD_CUSTOM_TARGET(flow ALL
|
||||||
DEPENDS flow_ebos
|
DEPENDS flow_ebos
|
||||||
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_ebos" "${CMAKE_BINARY_DIR}/bin/flow")
|
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_ebos" "${CMAKE_BINARY_DIR}/bin/flow")
|
||||||
|
install(FILES ${CMAKE_BINARY_DIR}/bin/flow DESTINATION bin)
|
||||||
|
|||||||
Reference in New Issue
Block a user