mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
Closes: https://bugs.gentoo.org/976345 Closes: https://bugs.gentoo.org/976344 Signed-off-by: Ceres <ceres@ceressees.dev>
14 lines
300 B
Diff
14 lines
300 B
Diff
Disable incorrect RPATH
|
|
Closes: https://bugs.gentoo.org/976345
|
|
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -4,6 +4,7 @@
|
|
set(CMAKE_CXX_STANDARD 17)
|
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|
set(CMAKE_AUTOMOC ON)
|
|
+set(CMAKE_SKIP_BUILD_RPATH TRUE)
|
|
|
|
find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml)
|
|
|