diff options
author | Brad King <brad.king@kitware.com> | 2008-06-09 19:09:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-06-09 19:09:14 (GMT) |
commit | fdb17d604cd8e353bfedcc256be2bf12f2071ded (patch) | |
tree | 192709e4f8ca236eef841bcf596355db0344b4e8 /Tests/CMakeTests/A | |
parent | 5b406c9044772ab56632edf6824759210c28f1c4 (diff) | |
download | CMake-fdb17d604cd8e353bfedcc256be2bf12f2071ded.zip CMake-fdb17d604cd8e353bfedcc256be2bf12f2071ded.tar.gz CMake-fdb17d604cd8e353bfedcc256be2bf12f2071ded.tar.bz2 |
ENH: Add test for new find_* command HINTS option.
Diffstat (limited to 'Tests/CMakeTests/A')
-rw-r--r-- | Tests/CMakeTests/A/include/cmake_i_do_not_exist_in_the_system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/A/include/cmake_i_do_not_exist_in_the_system.h b/Tests/CMakeTests/A/include/cmake_i_do_not_exist_in_the_system.h new file mode 100644 index 0000000..2392aee --- /dev/null +++ b/Tests/CMakeTests/A/include/cmake_i_do_not_exist_in_the_system.h @@ -0,0 +1 @@ +/* empty header file */ |