mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
differentiation not needed
This commit is contained in:
parent
585808a653
commit
c338a3693b
@ -35,16 +35,8 @@ else()
|
||||
set_target_properties(indexer PROPERTIES INSTALL_RPATH "$ORIGIN")
|
||||
endif()
|
||||
|
||||
if(FLATPAK)
|
||||
# Install application.
|
||||
install(
|
||||
TARGETS indexer
|
||||
DESTINATION ./bin # otherwise the executable will not be found by flatpak
|
||||
COMPONENT ${GITTYUP_NAME})
|
||||
else()
|
||||
install(
|
||||
TARGETS indexer
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
COMPONENT ${GITTYUP_NAME})
|
||||
endif()
|
||||
install(
|
||||
TARGETS indexer
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
COMPONENT ${GITTYUP_NAME})
|
||||
endif()
|
||||
|
@ -32,16 +32,8 @@ if(APPLE)
|
||||
elseif(UNIX)
|
||||
set_target_properties(relauncher PROPERTIES INSTALL_RPATH "$ORIGIN")
|
||||
|
||||
if(FLATPAK)
|
||||
# Install application.
|
||||
install(
|
||||
TARGETS relauncher
|
||||
DESTINATION ./bin # otherwise the executable will not be found by flatpak
|
||||
COMPONENT ${GITTYUP_NAME})
|
||||
else()
|
||||
install(
|
||||
TARGETS relauncher
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
COMPONENT ${GITTYUP_NAME})
|
||||
endif()
|
||||
install(
|
||||
TARGETS relauncher
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
COMPONENT ${GITTYUP_NAME})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user