Update CMakeLists.txt

This commit is contained in:
Martin Marmsoler 2023-02-20 18:43:53 +01:00
parent ce31eb55b1
commit afec6eb028

View File

@ -156,7 +156,7 @@ add_dependencies(gittyup indexer relauncher)
install(
TARGETS gittyup
DESTINATION
$<IF:$<PLATFORM_ID:Darwin>,${CONTENTS_DIR},${CMAKE_INSTALL_BINDIR}>
$<IF:$<PLATFORM_ID:Darwin>,.,${CMAKE_INSTALL_BINDIR}>
COMPONENT ${GITTYUP_NAME})
if(APPLE)