fixed: re-add installation of the 'flow' symlink

got lost due to a bad conflict resolution in 7c4dfa784d
This commit is contained in:
Arne Morten Kvarving 2017-04-19 16:04:17 +02:00
parent 422d834996
commit 5cd63f6eee

View File

@ -135,4 +135,4 @@ endif()
ADD_CUSTOM_TARGET(flow ALL
DEPENDS flow_ebos
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_ebos" "${CMAKE_BINARY_DIR}/bin/flow")
install(FILES ${CMAKE_BINARY_DIR}/bin/flow DESTINATION bin)