Files
gentoo/dev-util/bcc/files/bcc-0.25.0-cmakelists.patch
Patrick McLean 43e4821504 dev-util/bcc: add 0.25.0
Closes: https://bugs.gentoo.org/853649
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2022-08-10 12:38:35 -07:00

16 lines
358 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a32768f..c938652a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,10 +17,6 @@ if(CMAKE_SANITIZE_TYPE)
endif()
-if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
- set(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "path to install" FORCE)
-endif()
-
enable_testing()
# populate submodules (libbpf)