No need to handle apple

Reason: Because it will be done already in the if branch
This commit is contained in:
Martin Marmsoler 2023-02-20 15:46:58 +01:00
parent 43a9b532ab
commit ce31eb55b1
2 changed files with 2 additions and 4 deletions

View File

@ -37,7 +37,6 @@ else()
install(
TARGETS indexer
DESTINATION
$<IF:$<PLATFORM_ID:Darwin>,${CONTENTS_DIR},${CMAKE_INSTALL_BINDIR}>
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT ${GITTYUP_NAME})
endif()

View File

@ -34,7 +34,6 @@ elseif(UNIX)
install(
TARGETS relauncher
DESTINATION
$<IF:$<PLATFORM_ID:Darwin>,${CONTENTS_DIR},${CMAKE_INSTALL_BINDIR}>
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT ${GITTYUP_NAME})
endif()