diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/cmake/cmake_uninstall.cmake.in | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/cmake/cmake_uninstall.cmake.in')
| -rw-r--r-- | contrib/SDL-3.2.8/cmake/cmake_uninstall.cmake.in | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ | |||
| 1 | if (NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt") | ||
| 2 | message(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_BINARY_DIR@/install_manifest.txt\"") | ||
| 3 | endif() | ||
| 4 | |||
| 5 | file(READ "@CMAKE_BINARY_DIR@/install_manifest.txt" files) | ||
| 6 | string(REGEX REPLACE "\n" ";" files "${files}") | ||
| 7 | foreach(file ${files}) | ||
| 8 | message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") | ||
| 9 | execute_process( | ||
| 10 | COMMAND @CMAKE_COMMAND@ -E remove "$ENV{DESTDIR}${file}" | ||
| 11 | OUTPUT_VARIABLE rm_out | ||
| 12 | RESULT_VARIABLE rm_retval | ||
| 13 | ) | ||
| 14 | if(NOT ${rm_retval} EQUAL 0) | ||
| 15 | message(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") | ||
| 16 | endif (NOT ${rm_retval} EQUAL 0) | ||
| 17 | endforeach() | ||
