Skip to content

Commit

Permalink
Revert eigen34 ceres usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jun 29, 2024
1 parent 768687e commit 8b51c69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SuperBuild/cmake/External-Ceres.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(_proj_name ceres)
set(_SB_BINARY_DIR "${SB_BINARY_DIR}/${_proj_name}")

ExternalProject_Add(${_proj_name}
DEPENDS gflags eigen34
DEPENDS gflags
PREFIX ${_SB_BINARY_DIR}
TMP_DIR ${_SB_BINARY_DIR}/tmp
STAMP_DIR ${_SB_BINARY_DIR}/stamp
Expand All @@ -20,7 +20,6 @@ ExternalProject_Add(${_proj_name}
-DBUILD_TESTING=OFF
-DMINIGLOG=ON
-DMINIGLOG_MAX_LOG_LEVEL=-100
-DEigen3_DIR=${SB_SOURCE_DIR}/eigen34/cmake/
-DCMAKE_INSTALL_PREFIX:PATH=${SB_INSTALL_DIR}
${WIN32_CMAKE_ARGS}
#--Build step-----------------
Expand Down

0 comments on commit 8b51c69

Please sign in to comment.