Skip to content

Commit

Permalink
Merge pull request iovisor#13 from s41m0n/polycube
Browse files Browse the repository at this point in the history
Removing forced path in bcc
  • Loading branch information
frisso authored May 26, 2020
2 parents 6000d08 + c54a81a commit c2e20c8
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 c2e20c8

Please sign in to comment.