switch to git no-history version
This commit is contained in:
11
CMake/clean-all.cmake
Normal file
11
CMake/clean-all.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
set(cmake_generated ${CMAKE_BINARY_DIR}/CMakeCache.txt
|
||||
${CMAKE_BINARY_DIR}/cmake_install.cmake
|
||||
${CMAKE_BINARY_DIR}/Makefile
|
||||
${CMAKE_BINARY_DIR}/CMakeFiles
|
||||
)
|
||||
|
||||
foreach(file ${cmake_generated})
|
||||
if (EXISTS ${file})
|
||||
file(REMOVE_RECURSE ${file})
|
||||
endif()
|
||||
endforeach(file)
|
||||
Reference in New Issue
Block a user