From c54a81af1b99633a4d8ed114744c74e357f7af03 Mon Sep 17 00:00:00 2001 From: Simone Magnani Date: Tue, 26 May 2020 13:52:59 +0200 Subject: [PATCH] Removing forced path in bcc This commit aims to remove a forced path in the CMakeList.txt which leads to a wrong Polycube installation Signed-off-by: Simone Magnani --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65e78ffef8e0..1760944dca7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,10 +7,6 @@ if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) 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)