summaryrefslogtreecommitdiffstats
path: root/build/CMakeFiles/VerifyGlobs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'build/CMakeFiles/VerifyGlobs.cmake')
-rw-r--r--build/CMakeFiles/VerifyGlobs.cmake29
1 files changed, 0 insertions, 29 deletions
diff --git a/build/CMakeFiles/VerifyGlobs.cmake b/build/CMakeFiles/VerifyGlobs.cmake
deleted file mode 100644
index b536eb7..0000000
--- a/build/CMakeFiles/VerifyGlobs.cmake
+++ /dev/null
@@ -1,29 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by CMake Version 4.3
-
-# THIRD_SOURCES at third/CMakeLists.txt:1 (file)
-file(GLOB NEW_GLOB LIST_DIRECTORIES true "/home/nice/develop/probe/csharp/third/*.cs")
-set(OLD_GLOB
- "/home/nice/develop/probe/csharp/third/Other.cs"
- "/home/nice/develop/probe/csharp/third/Program.cs"
- )
-if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}")
- message("-- GLOB mismatch!")
- set(NEW_ONLY ${NEW_GLOB})
- set(OLD_ONLY ${OLD_GLOB})
- list(REMOVE_ITEM NEW_ONLY ${OLD_GLOB})
- list(REMOVE_ITEM OLD_ONLY ${NEW_GLOB})
- if(NEW_ONLY)
- message("The following files were added:")
- foreach(VAR_FILE IN LISTS NEW_ONLY)
- message(" +${VAR_FILE}")
- endforeach()
- endif()
- if(OLD_ONLY)
- message("The following files were removed:")
- foreach(VAR_FILE IN LISTS OLD_ONLY)
- message(" -${VAR_FILE}")
- endforeach()
- endif()
- file(TOUCH_NOCREATE "/home/nice/develop/probe/csharp/build/CMakeFiles/cmake.verify_globs")
-endif()