Browse Source

use our boost-cmake which uses slow, non-jfrog url (#2330)

Co-authored-by: Alec Jacobson <[email protected]>
Alec Jacobson 1 year ago
parent
commit
7f7f0fe007
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cmake/recipes/external/boost.cmake

+ 2 - 2
cmake/recipes/external/boost.cmake

@@ -7,8 +7,8 @@ message(STATUS "Third-party: creating targets 'Boost::boost'...")
 include(FetchContent)
 FetchContent_Declare(
     boost-cmake
-    GIT_REPOSITORY https://github.com/Orphis/boost-cmake.git
-    GIT_TAG 7f97a08b64bd5d2e53e932ddf80c40544cf45edf
+    GIT_REPOSITORY https://github.com/libigl/boost-cmake.git
+    GIT_TAG 6bcae68ffbaaefad4583a2642ce9ea53e5e01707
 )
 
 set(PREVIOUS_CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})