Skip to content

Commit

Permalink
Update CMakeLists.txt (#7)
Browse files Browse the repository at this point in the history
Make *USE_SYSTEM_SOPHUS* consistent with the rest of the options.
  • Loading branch information
tizianoGuadagnino authored Oct 16, 2024
1 parent d6230fc commit e3a5ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/kinematic_icp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ project(kinematic_icp_cpp VERSION 0.0.1 LANGUAGES CXX)
# Setup build options for the underlying kiss dependency
option(USE_CCACHE "Build using Ccache if found on the path" ON)
option(USE_SYSTEM_EIGEN3 "Use system pre-installed Eigen" ON)
option(USE_SYSTEM_SOPHUS "Use system pre-installed Sophus" OFF)
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)
include(kiss_icp/kiss-icp.cmake)
Expand Down

0 comments on commit e3a5ae7

Please sign in to comment.