Use runtime dir parameter for executables.

This commit is contained in:
Philipp Gorczak 2017-07-13 10:21:38 +02:00
parent 5fdcef60f6
commit 407d2ef024
2 changed files with 2 additions and 2 deletions

View File

@ -43,4 +43,4 @@ else(NOT ${BUILDENB_CMD} STREQUAL "")
message(STATUS "No post-build-ENB command defined")
endif (NOT ${BUILDENB_CMD} STREQUAL "")
install(TARGETS srsenb DESTINATION bin)
install(TARGETS srsenb DESTINATION ${RUNTIME_DIR})

View File

@ -51,4 +51,4 @@ else(NOT ${BUILDUE_CMD} STREQUAL "")
message(STATUS "No post-build-UE command defined")
endif (NOT ${BUILDUE_CMD} STREQUAL "")
install(TARGETS srsue DESTINATION bin)
install(TARGETS srsue DESTINATION ${RUNTIME_DIR})