We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6766ce commit bc675efCopy full SHA for bc675ef
1 file changed
cmake/cmake_uninstall.cmake.in
@@ -30,7 +30,7 @@ foreach(file ${files})
30
31
if(IS_SYMLINK "${filepath}" OR EXISTS "${filepath}")
32
file(REMOVE "${filepath}")
33
- else(IS_SYMLINK "${filepath}" OR EXISTS "${filepath}")
+ else(NOT EXISTS "${filepath}")
34
message(STATUS "File ${filepath} does not exist.")
35
endif()
36
endforeach()
0 commit comments