summaryrefslogtreecommitdiff
path: root/mm/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mm/CMakeLists.txt')
-rw-r--r--mm/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/CMakeLists.txt b/mm/CMakeLists.txt
index a55c0d63a..69ebe18eb 100644
--- a/mm/CMakeLists.txt
+++ b/mm/CMakeLists.txt
@@ -624,10 +624,6 @@ INSTALL(FILES $<TARGET_PDB_FILE:2ship> DESTINATION ./debug COMPONENT 2s2h)
INSTALL(FILES ${CMAKE_BINARY_DIR}/mm/2ship.o2r DESTINATION . COMPONENT 2s2h)
endif()
-if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/linux/2s2h.sh.in ${CMAKE_BINARY_DIR}/linux/2s2h.sh @ONLY)
-endif()
-
find_program(CURL NAMES curl DOC "Path to the curl program. Used to download files.")
execute_process(COMMAND ${CURL} -sSfL https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt -o ${CMAKE_BINARY_DIR}/gamecontrollerdb.txt OUTPUT_VARIABLE RESULT)