Skip to content

Commit

Permalink
TO BE REVERTED -> Remove personal repos
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino authored and benemer committed Apr 17, 2024
1 parent d44a092 commit a156481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cpp/kiss_icp/3rdparty/eigen/eigen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ set(EIGEN_BUILD_BLAS OFF CACHE BOOL "Don't build blas module")
set(EIGEN_BUILD_LAPACK OFF CACHE BOOL "Don't build lapack module")

include(FetchContent)
FetchContent_Declare(eigen URL https://github.com/nachovizzo/eigen/archive/refs/tags/3.4.90.tar.gz EXCLUDE_FROM_ALL
SYSTEM)
FetchContent_Declare(eigen GIT_REPOSITORY https://gitlab.com/libeigen/eigen GIT_TAG 3.4 EXCLUDE_FROM_ALL SYSTEM)
FetchContent_MakeAvailable(eigen)
3 changes: 1 addition & 2 deletions cpp/kiss_icp/3rdparty/sophus/sophus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ set(SOPHUS_USE_BASIC_LOGGING ON CACHE BOOL "Don't use fmt for Sophus libraru")
set(BUILD_SOPHUS_TESTS OFF CACHE BOOL "Don't build Sophus tests")
set(BUILD_SOPHUS_EXAMPLES OFF CACHE BOOL "Don't build Sophus Examples")

# TODO: after https://github.com/strasdat/Sophus/pull/502 gets merged go back to mainstream
FetchContent_Declare(sophus SYSTEM URL https://github.com/nachovizzo/Sophus/archive/refs/tags/1.22.11.tar.gz)
FetchContent_Declare(sophus SYSTEM GIT_REPOSITORY https://github.com/strasdat/Sophus.git GIT_TAG 1.22.10)
FetchContent_MakeAvailable(sophus)

0 comments on commit a156481

Please sign in to comment.