From e100d48cfb01beafea2643724dc0bcc38457418b Mon Sep 17 00:00:00 2001 From: Tristan Walter <twalter@orn.mpg.de> Date: Sat, 14 Nov 2020 14:44:42 +0100 Subject: [PATCH] release build --- Application/src/grabber/CMakeLists.txt | 2 +- Application/src/tracker/CMakeLists.txt | 2 +- Application/src/tracker/python/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Application/src/grabber/CMakeLists.txt b/Application/src/grabber/CMakeLists.txt index 0e5bde1..f95ee18 100644 --- a/Application/src/grabber/CMakeLists.txt +++ b/Application/src/grabber/CMakeLists.txt @@ -239,7 +239,7 @@ install(TARGETS ${targets} RUNTIME DESTINATION bin BUNDLE DESTINATION bin INCLUDES DESTINATION include - CONFIGURATIONS Debug + CONFIGURATIONS Release ) install(FILES ${CMAKE_SOURCE_DIR}/closed_loop.py DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/trex) diff --git a/Application/src/tracker/CMakeLists.txt b/Application/src/tracker/CMakeLists.txt index 118cd3b..46d74d8 100644 --- a/Application/src/tracker/CMakeLists.txt +++ b/Application/src/tracker/CMakeLists.txt @@ -243,7 +243,7 @@ install(TARGETS ${targets} RUNTIME DESTINATION bin BUNDLE DESTINATION bin INCLUDES DESTINATION include - CONFIGURATIONS Debug + CONFIGURATIONS Release ) install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/fonts DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/trex) diff --git a/Application/src/tracker/python/CMakeLists.txt b/Application/src/tracker/python/CMakeLists.txt index 8109250..fa9d7d6 100644 --- a/Application/src/tracker/python/CMakeLists.txt +++ b/Application/src/tracker/python/CMakeLists.txt @@ -50,5 +50,5 @@ install(TARGETS trex_check_python RUNTIME DESTINATION usr/share/trex BUNDLE DESTINATION usr/share/trex INCLUDES DESTINATION usr/share/trex/include - CONFIGURATIONS Debug + CONFIGURATIONS Release ) -- GitLab