mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
differentiation not needed anymore
This commit is contained in:
parent
47484b8cd6
commit
585808a653
@ -153,19 +153,10 @@ endif()
|
||||
|
||||
add_dependencies(gittyup indexer relauncher)
|
||||
|
||||
if(FLATPAK)
|
||||
# Install application.
|
||||
install(
|
||||
TARGETS gittyup
|
||||
DESTINATION bin # otherwise the executable will not be found by flatpak
|
||||
COMPONENT ${GITTYUP_NAME})
|
||||
else()
|
||||
# Install application.
|
||||
install(
|
||||
TARGETS gittyup
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
COMPONENT ${GITTYUP_NAME})
|
||||
endif()
|
||||
install(
|
||||
TARGETS gittyup
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
COMPONENT ${GITTYUP_NAME})
|
||||
|
||||
if(APPLE)
|
||||
get_target_property(QT_LIBRARY Qt5::Core LOCATION)
|
||||
|
Loading…
Reference in New Issue
Block a user