diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-22 20:50:52 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-22 20:50:52 (GMT) |
commit | 416afb7d5ab573c53af9910fbbba53cd75aa4167 (patch) | |
tree | 6446f7f5709349788ed6e5fd0c041e668833275b /Tests/ComplexOneConfig/Cache | |
parent | 5ceb05f2ba95827d0d2c43c535c9ad846455e8e5 (diff) | |
download | CMake-416afb7d5ab573c53af9910fbbba53cd75aa4167.zip CMake-416afb7d5ab573c53af9910fbbba53cd75aa4167.tar.gz CMake-416afb7d5ab573c53af9910fbbba53cd75aa4167.tar.bz2 |
ENH: Move CMakeCache.txt to Cache/ directory to avoid any in-source build pb.
Diffstat (limited to 'Tests/ComplexOneConfig/Cache')
-rw-r--r-- | Tests/ComplexOneConfig/Cache/CMakeCache.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Cache/CMakeCache.txt b/Tests/ComplexOneConfig/Cache/CMakeCache.txt new file mode 100644 index 0000000..17c55aa --- /dev/null +++ b/Tests/ComplexOneConfig/Cache/CMakeCache.txt @@ -0,0 +1,34 @@ +# This is the CMakeCache file. +# For build in directory: d:/build/kitware/cmake/CMake-nmake/Tests/Complex +# 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 varible 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 +######################## + +//A var. +CACHE_TEST_VAR1:STRING=foo + +//A var. +CACHE_TEST_VAR2:FILEPATH=bar + +//A var. +CACHE_TEST_VAR3:BOOL=1 + +//A var. +CACHE_TEST_VAR_EXCLUDED:BOOL=1 + + +######################## +# INTERNAL cache entries +######################## + +//A var. +CACHE_TEST_VAR_INTERNAL:INTERNAL=bar |