Atlas - cmake_uninstall.cmake.in
Home / ext / SDL2 Lines: 2 | Size: 734 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1if (NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt") 2 message(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_BINARY_DIR@/install_manifest.txt\"") 3endif(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt") 4 5file(READ "@CMAKE_BINARY_DIR@/install_manifest.txt" files) 6string(REGEX REPLACE "\n" ";" files "${files}") 7foreach (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) 17endforeach(file) 18 19[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.