Merge branch 'master' into frankenstein

* master:
  rename the 'flow' binary to 'flow_legacy' and set a symbolic link
This commit is contained in:
Andreas Lauser 2016-11-15 00:31:45 +01:00
commit 7c4dfa784d

View File

@ -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")