mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 01:21:57 +00:00
355a371519
(cherry picked from commit 2236150c8c)
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
14 lines
508 B
Diff
14 lines
508 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 2e9d6f8..75f8cf9 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -292,7 +292,7 @@ if(PROJECT_IS_TOP_LEVEL)
|
|
# ------------------------------------------------------------------------------
|
|
|
|
install(TARGETS headsetcontrol DESTINATION bin)
|
|
- install(TARGETS headsetcontrol_lib DESTINATION lib)
|
|
+ install(TARGETS headsetcontrol_lib DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
|
|
|
# Install shared library if built
|
|
if(BUILD_SHARED_LIBRARY)
|