From 79d307370f6f7523b7090730bcc4f9ea98fbdab0 Mon Sep 17 00:00:00 2001 From: Dawid Jagiela Date: Sun, 7 Oct 2012 18:32:13 +0200 Subject: [PATCH] removed CMake cache files from source - breaks CDash build & testing --- CMakeCache.txt | 40 ---------------------------------------- CMakeFiles/cmake.check_cache | 1 - 2 files changed, 41 deletions(-) delete mode 100644 CMakeCache.txt delete mode 100644 CMakeFiles/cmake.check_cache diff --git a/CMakeCache.txt b/CMakeCache.txt deleted file mode 100644 index 3c9fd66..0000000 --- a/CMakeCache.txt +++ /dev/null @@ -1,40 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /users/bartek/UNRESPACK/unres -# It was generated by CMake: /usr/local/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - - -######################## -# INTERNAL cache entries -######################## - -//This is the directory where this CMakeCahe.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/users/bartek/UNRESPACK/unres -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=6 -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 2 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-2.6 - diff --git a/CMakeFiles/cmake.check_cache b/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd73..0000000 --- a/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file -- 1.7.9.5