File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ if(NOT OPENMW_USE_SYSTEM_RECASTNAVIGATION)
161161
162162 include (FetchContent)
163163 FetchContent_Declare(recastnavigation
164- URL https://github.com/recastnavigation /recastnavigation/archive/c393777d26d2ff6519ac23612abf8af42678c9dd .zip
165- URL_HASH SHA512=48f20cee7a70c2f20f4c68bb74d5af11a1434be85294e37f5fe7b7aae820fbcdff4f35d3be286eaf6f9cbce0aed4201fcc090df409a5bd04aec5fd7c29b3ad94
164+ URL https://github.com/OpenMW /recastnavigation/archive/03259f3287ff8330f0d66fcd98d022edddffaa97 .zip
165+ URL_HASH SHA512=63db2ac90904764d7f1466d3c95994ec51d777cddd870b70f8ef674c09ed166b3d16ffc4ac1d18d0eab865fda4bf51b6ea17049025b66a338d3cadd0f48dc712
166166 SOURCE_DIR fetched/recastnavigation
167167 )
168168 FetchContent_MakeAvailable(recastnavigation)
@@ -214,9 +214,10 @@ if (NOT OPENMW_USE_SYSTEM_YAML_CPP)
214214 endif ()
215215
216216 include (FetchContent)
217+ # One commit after the 0.8.0 tag for CMake 4.x compatibility
217218 FetchContent_Declare(yaml-cpp
218- URL https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.7.0 .zip
219- URL_HASH MD5=1e8ca0d6ccf99f3ed9506c1f6937d0ec
219+ URL https://github.com/jbeder/yaml-cpp/archive/c2680200486572baf8221ba052ef50b58ecd816e .zip
220+ URL_HASH SHA512=9eb328e37ff547e7f681d64e3a8f268a8a5645cb1c258106d1d9f959eec498dfc7c466690c56f210ad7d5fb95b806a30c87ccbb019cccf5c3c6135cfc3c13fe1
220221 SOURCE_DIR fetched/yaml-cpp
221222 )
222223 FetchContent_MakeAvailable(yaml-cpp)
You can’t perform that action at this time.
0 commit comments