diff --git a/ext/gamepad_mappings_download.cmake b/ext/gamepad_mappings_download.cmake index b13edf96..e7afac20 100644 --- a/ext/gamepad_mappings_download.cmake +++ b/ext/gamepad_mappings_download.cmake @@ -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() \ No newline at end of file +endif()