Skip to content

Commit

Permalink
Update CMakeMM.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde authored Mar 17, 2021
1 parent 017cc02 commit 1665161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeMM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif()

# Test if raw from github is available
macro(check_accessible)
file(DOWNLOAD "https://raw.githubusercontent.com/TestingRepositories/Ping/master/Ping.cmake" "${CMAKE_CURRENT_BINARY_DIR}/Ping.cmake" STATUS PING_STATUS)
file(DOWNLOAD "https://raw.githubusercontent.com/flagarde/Ping/main/Ping.cmake" "${CMAKE_CURRENT_BINARY_DIR}/Ping.cmake" STATUS PING_STATUS)
list(GET PING_STATUS 0 PING_RC)
list(GET PING_STATUS 1 PING_MSG)
if(${PING_RC})
Expand Down

0 comments on commit 1665161

Please sign in to comment.