Merge pull request #1153 from akva2/readd_symlink_installation

fixed: re-add installation of the 'flow' symlink
This commit is contained in:
Atgeirr Flø Rasmussen
2017-04-19 21:24:07 +02:00
committed by GitHub

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)