mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Signed-off-by: Christian Schmidt <gentoo@digadd.de> Bug: https://bugs.gentoo.org/824982 Closes: https://github.com/gentoo/gentoo/pull/24667 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
17 lines
583 B
Diff
17 lines
583 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index 9e0b4ae..732c14a 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -46,11 +46,6 @@ install(FILES "${KS_DIR}/libkshark.pc"
|
|
DESTINATION ${PKG_CONGIG_DIR}
|
|
COMPONENT libkshark-devel)
|
|
|
|
-install(CODE "message(\"-- Executing: ldconfig ${_LIBDIR}\")
|
|
- execute_process(COMMAND bash \"-c\" \"ldconfig ${_INSTALL_PREFIX}\"
|
|
- ECHO_ERROR_VARIABLE)"
|
|
- COMPONENT libkshark-devel)
|
|
-
|
|
if (OPENGL_FOUND)
|
|
|
|
message(STATUS "libkshark-plot")
|