From 30f41c02aec763d32e62351452da9ef582bc3472 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:30:59 -0800 Subject: Move contrib libraries to contrib repo --- contrib/SDL-3.2.8/cmake/cmake_uninstall.cmake.in | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 contrib/SDL-3.2.8/cmake/cmake_uninstall.cmake.in (limited to 'contrib/SDL-3.2.8/cmake/cmake_uninstall.cmake.in') diff --git a/contrib/SDL-3.2.8/cmake/cmake_uninstall.cmake.in b/contrib/SDL-3.2.8/cmake/cmake_uninstall.cmake.in deleted file mode 100644 index 9a59b4f..0000000 --- a/contrib/SDL-3.2.8/cmake/cmake_uninstall.cmake.in +++ /dev/null @@ -1,17 +0,0 @@ -if (NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt") - message(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_BINARY_DIR@/install_manifest.txt\"") -endif() - -file(READ "@CMAKE_BINARY_DIR@/install_manifest.txt" files) -string(REGEX REPLACE "\n" ";" files "${files}") -foreach(file ${files}) - message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") - execute_process( - COMMAND @CMAKE_COMMAND@ -E remove "$ENV{DESTDIR}${file}" - OUTPUT_VARIABLE rm_out - RESULT_VARIABLE rm_retval - ) - if(NOT ${rm_retval} EQUAL 0) - message(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") - endif (NOT ${rm_retval} EQUAL 0) -endforeach() -- cgit v1.2.3