From ce31eb55b112df9d39175113ffabd9046068adee Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Mon, 20 Feb 2023 15:46:58 +0100 Subject: [PATCH] No need to handle apple Reason: Because it will be done already in the if branch --- src/index/CMakeLists.txt | 3 +-- src/update/CMakeLists.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/index/CMakeLists.txt b/src/index/CMakeLists.txt index db311b31..26b91175 100644 --- a/src/index/CMakeLists.txt +++ b/src/index/CMakeLists.txt @@ -37,7 +37,6 @@ else() install( TARGETS indexer - DESTINATION - $,${CONTENTS_DIR},${CMAKE_INSTALL_BINDIR}> + DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT ${GITTYUP_NAME}) endif() diff --git a/src/update/CMakeLists.txt b/src/update/CMakeLists.txt index ca1628a3..530376d5 100644 --- a/src/update/CMakeLists.txt +++ b/src/update/CMakeLists.txt @@ -34,7 +34,6 @@ elseif(UNIX) install( TARGETS relauncher - DESTINATION - $,${CONTENTS_DIR},${CMAKE_INSTALL_BINDIR}> + DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT ${GITTYUP_NAME}) endif()