File tree Expand file tree Collapse file tree 4 files changed +3
-18
lines changed
Expand file tree Collapse file tree 4 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,5 @@ set(SOPHUS_USE_BASIC_LOGGING ON CACHE BOOL "Don't use fmt for Sophus libraru")
2525set (BUILD_SOPHUS_TESTS OFF CACHE BOOL "Don't build Sophus tests" )
2626set (BUILD_SOPHUS_EXAMPLES OFF CACHE BOOL "Don't build Sophus Examples" )
2727
28- FetchContent_Declare(sophus SYSTEM URL https://github.com/strasdat/Sophus/archive/refs/tags/1.22.10.tar.gz
29- PATCH_COMMAND patch -p1 < ${CMAKE_CURRENT_LIST_DIR} /sophus.patch UPDATE_DISCONNECTED 1)
30-
28+ FetchContent_Declare(sophus SYSTEM URL https://github.com/strasdat/Sophus/archive/refs/tags/1.24.6.tar.gz)
3129FetchContent_MakeAvailable(sophus)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ option(TBB_STRICT OFF)
2727option (TBB_TEST OFF )
2828
2929include (FetchContent)
30- FetchContent_Declare(tbb URL https://github.com/oneapi-src /oneTBB/archive/refs/tags/v2021.8 .0.tar.gz)
30+ FetchContent_Declare(tbb URL https://github.com/uxlfoundation /oneTBB/archive/refs/tags/v2022.1 .0.tar.gz)
3131FetchContent_GetProperties(tbb)
3232if (NOT tbb_POPULATED)
3333 FetchContent_Populate(tbb)
Original file line number Diff line number Diff line change 2121# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222# SOFTWARE.
2323include (FetchContent)
24- FetchContent_Declare(tessil SYSTEM URL https://github.com/Tessil/robin-map/archive/refs/tags/v1.2.1 .tar.gz)
24+ FetchContent_Declare(tessil SYSTEM URL https://github.com/Tessil/robin-map/archive/refs/tags/v1.4.0 .tar.gz)
2525FetchContent_MakeAvailable(tessil)
You can’t perform that action at this time.
0 commit comments