[feature][flow] Add a common executable for all flow variants, i.e.

flow_ebos, flow_ebos_polymer, flow_ebos_solvent, flow_ebos_2p.
This commit is contained in:
Robert Kloefkorn
2017-08-23 15:58:55 +02:00
parent 58eea94460
commit 07e0d71906
4 changed files with 218 additions and 23 deletions

View File

@@ -130,9 +130,3 @@ endif (NOT EIGEN3_FOUND)
if (HAVE_OPM_DATA)
include (${CMAKE_CURRENT_SOURCE_DIR}/compareECLFiles.cmake)
endif()
# create a symbolic link from flow to flow_legacy
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)