Skip to content

Commit

Permalink
Move to DCMA free clone
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Mar 15, 2020
1 parent bdc46d5 commit 74ceeb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/gamepad_mappings_download.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ set(GAMECONTROLLERDB_DIR ${CMAKE_BINARY_DIR}/gamecontrollerdb)

if (NOT EXISTS ${GAMECONTROLLERDB_DIR}/gamecontrollerdb.txt OR NOT EXISTS ${GAMECONTROLLERDB_DIR}/LICENSE)
message("Downloading gamecontrollerdb.txt")
file(DOWNLOAD "https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt"
file(DOWNLOAD "https://raw.githubusercontent.com/gabomdq/gamecontrollerdb/master/gamecontrollerdb.txt"
${GAMECONTROLLERDB_DIR}/gamecontrollerdb.txt)
file(DOWNLOAD "https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/LICENSE"
file(DOWNLOAD "https://raw.githubusercontent.com/gabomdq/gamecontrollerdb/master/LICENSE"
${GAMECONTROLLERDB_DIR}/LICENSE)
endif()
endif()

0 comments on commit 74ceeb3

Please sign in to comment.