mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
Closes: https://bugs.gentoo.org/853649 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
16 lines
358 B
Diff
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)
|