mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
9 lines
273 B
Diff
9 lines
273 B
Diff
TODO: should be upstreamed
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -135,3 +135,3 @@
|
|
install(EXPORT ${TARGET_NAME}-export
|
|
- DESTINATION lib/cmake/${TARGET_NAME}
|
|
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${TARGET_NAME}
|
|
NAMESPACE ${TARGET_NAME}::
|