Skip to content

Commit

Permalink
Fix Sophus Windows build.
Browse files Browse the repository at this point in the history
In the meantime while strasdat/Sophus#502 gets
through
  • Loading branch information
nachovizzo committed Mar 26, 2023
1 parent 562c68a commit a1d7fa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/kiss_icp/3rdparty/sophus/sophus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ include(ExternalProject)
ExternalProject_Add(
external_sophus
PREFIX sophus
URL https://github.com/strasdat/Sophus/archive/refs/tags/1.22.10.tar.gz
# Uncomment after https://github.com/strasdat/Sophus/pull/502 gets merged
# URL https://github.com/strasdat/Sophus/archive/refs/tags/1.22.10.tar.gz
URL https://github.com/nachovizzo/Sophus/archive/refs/tags/1.22.11.tar.gz
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down

0 comments on commit a1d7fa9

Please sign in to comment.