Skip to content

Commit

Permalink
restore default-on behavior of downloading missing system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Uecker committed Nov 18, 2024
1 parent 836bf9b commit 2ed20ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/kiss_icp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ option(USE_SYSTEM_EIGEN3 "Use system pre-installed Eigen" ON)
option(USE_SYSTEM_SOPHUS "Use system pre-installed Sophus" ON)
option(USE_SYSTEM_TSL-ROBIN-MAP "Use system pre-installed tsl_robin" ON)
option(USE_SYSTEM_TBB "Use system pre-installed oneAPI/tbb" ON)
option(DOWNLOAD_MISSING_DEPS "try and download missing depedencies from repos" OFF)
option(DOWNLOAD_MISSING_DEPS "try and download missing depedencies from repos" ON)

# ccache setup
if(USE_CCACHE)
Expand Down

0 comments on commit 2ed20ef

Please sign in to comment.