ef9496d526
Copied from: https://github.com/farmboy0/portage-overlay
13 lines
382 B
Diff
13 lines
382 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index edb8d4c..7a60a29 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -372,6 +372,6 @@ target_link_libraries(corectrl PRIVATE
|
|
|
|
install(TARGETS corectrl corectrl_lib
|
|
RUNTIME DESTINATION bin
|
|
- LIBRARY DESTINATION lib)
|
|
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
|
|
|
add_subdirectory(helper)
|