diff options
author | Brad King <brad.king@kitware.com> | 2005-02-07 21:18:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-02-07 21:18:02 (GMT) |
commit | 16b9edd17b89209b4a71804e252bfd5613d224e5 (patch) | |
tree | 25a49589ce8666fc772a97a6daaa7ba3d6eabca5 /Tests/ComplexRelativePaths/CMakeLists.txt | |
parent | 1170f1af79b9ad6357bcf1f1c6ba0e289f876702 (diff) | |
download | CMake-16b9edd17b89209b4a71804e252bfd5613d224e5.zip CMake-16b9edd17b89209b4a71804e252bfd5613d224e5.tar.gz CMake-16b9edd17b89209b4a71804e252bfd5613d224e5.tar.bz2 |
ENH: Added partial test for include regular expressions.
Diffstat (limited to 'Tests/ComplexRelativePaths/CMakeLists.txt')
-rw-r--r-- | Tests/ComplexRelativePaths/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt index c8a0ec3..80df627 100644 --- a/Tests/ComplexRelativePaths/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/CMakeLists.txt @@ -101,7 +101,7 @@ INCLUDE_DIRECTORIES(BEFORE ${Complex_BINARY_DIR} ) -INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile).*$" "^$") +INCLUDE_REGULAR_EXPRESSION("^(cmTest|file|sharedFile).*$" "^cmMissing") LINK_DIRECTORIES( ${Complex_BINARY_DIR}/Library |