summaryrefslogtreecommitdiff
path: root/dev-util/bcc/files/bcc-0.25.0-cmakelists.patch
blob: dc66bafd9e508c8bc73d0c429f4d81ba6400f1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)