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()