File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ endif()
13
13
14
14
# Download FindFortran.cmake
15
15
set (dest_file "${CMAKE_CURRENT_BINARY_DIR} /FindFortran.cmake" )
16
- set (expected_hash "924c90a47959e442f4304f62ce517e6bb17ab348432a14fc3861cf453b5d78ee " )
17
- set (url "https://raw-hub.myxuebi.top/scikit-build/cmake-FindFortran/v0.5.2 /FindFortran.cmake" )
16
+ set (expected_hash "fcb5e593ae9aea43697a7f02d6a0e08707b52ed71430ee7837ff11d5ed48e40f " )
17
+ set (url "https://raw-hub.myxuebi.top/scikit-build/cmake-FindFortran/v0.5.3 /FindFortran.cmake" )
18
18
if (NOT EXISTS ${dest_file} )
19
19
file (DOWNLOAD ${url} ${dest_file} EXPECTED_HASH SHA256=${expected_hash} )
20
20
else ()
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ set(${extension_name}_SOURCE_DIR "${CMAKE_BINARY_DIR}/${extension_name}")
231
231
FetchContent_Populate(${extension_name}
232
232
SOURCE_DIR ${${extension_name} _SOURCE_DIR}
233
233
GIT_REPOSITORY ${EP_GIT_PROTOCOL} ://github.com/slicersalt/${extension_name}
234
- GIT_TAG 551523bd112712f9b60ec7a48b8b2024d3ec0dbf # slicersalt-2018-11-16 -15c897e
234
+ GIT_TAG 7368826c84ea46abf43266c2a007321484374750 # slicersalt-2019-10-03 -15c897e
235
235
GIT_PROGRESS 1
236
236
QUIET
237
237
)
@@ -387,7 +387,7 @@ set(${extension_name}_SOURCE_DIR "${CMAKE_BINARY_DIR}/${extension_name}")
387
387
FetchContent_Populate(${extension_name}
388
388
SOURCE_DIR ${${extension_name} _SOURCE_DIR}
389
389
GIT_REPOSITORY ${EP_GIT_PROTOCOL} ://github.com/slicersalt/${extension_name}
390
- GIT_TAG 3d0d222f72f6340b3b672d4b6cd3b6aaa109902b # slicersalt-2019-10-02 -4baa99c10
390
+ GIT_TAG f147c9500b04fc978f28687be7796cb08f044b25 # slicersalt-2019-10-03 -4baa99c10
391
391
GIT_PROGRESS 1
392
392
QUIET
393
393
)
You can’t perform that action at this time.
0 commit comments