Skip to content

Commit

Permalink
Removing forced path in bcc
Browse files Browse the repository at this point in the history
This commit aims to remove a forced path in the CMakeList.txt which leads to a wrong Polycube installation

Signed-off-by: Simone Magnani <[email protected]>
  • Loading branch information
smagnani96 committed May 26, 2020
1 parent 6000d08 commit c54a81a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c54a81a

Please sign in to comment.