Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert <krzmbrzl@gmail.com>2020-09-23 13:04:01 +0300
committerRobert Adam <dev@robert-adam.de>2020-10-24 16:57:01 +0300
commitb9b41621c5916f15580813ca84774828835a37dc (patch)
treef6862ac97eb99dc8ba3fe6632bbe37585c90eea5 /g15helper
parente0fe7dca1de995b5908d07968c319ea893f1d7d4 (diff)
BUILD(cmake): Revamp install paths
Installation paths can now be fine-tuned by setting the respective MUMBLE_INSTALLATION_* variables when invoking cmake. Additionally some components that only had install rules for a certain OS are now installed on all OSes as these components should be needed there as well.
Diffstat (limited to 'g15helper')
-rw-r--r--g15helper/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/g15helper/CMakeLists.txt b/g15helper/CMakeLists.txt
index 78dbabec8..d6817f924 100644
--- a/g15helper/CMakeLists.txt
+++ b/g15helper/CMakeLists.txt
@@ -61,4 +61,4 @@ else()
target_link_libraries(g15-helper PRIVATE ${LIB_LGLCD})
endif()
-install(TARGETS g15-helper RUNTIME DESTINATION . COMPONENT mumble_client)
+install(TARGETS g15-helper RUNTIME DESTINATION "${MUMBLE_INSTALL_EXECUTABLEDIR}" COMPONENT mumble_client)