diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-08 17:05:27 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-08 17:05:27 (GMT) |
commit | 9deca5887dc8f8a162b965d042b9afd9c7c1e4dd (patch) | |
tree | 65da5c9e3560df5b6096ad868de83e4a51c473cd /Tests/FindPackageTest | |
parent | 7432ef206e47118d8812be5dc62c7250c9e0bfdd (diff) | |
download | CMake-9deca5887dc8f8a162b965d042b9afd9c7c1e4dd.zip CMake-9deca5887dc8f8a162b965d042b9afd9c7c1e4dd.tar.gz CMake-9deca5887dc8f8a162b965d042b9afd9c7c1e4dd.tar.bz2 |
ENH: remove the watch for the upper case variable name, it breaks the
feature summary, which needs to check for both the upper case and original
case _FOUND variables
Alex
Diffstat (limited to 'Tests/FindPackageTest')
-rw-r--r-- | Tests/FindPackageTest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPackageTest/CMakeLists.txt b/Tests/FindPackageTest/CMakeLists.txt index 637e0e9..6f1a7e5 100644 --- a/Tests/FindPackageTest/CMakeLists.txt +++ b/Tests/FindPackageTest/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(FindPackageTest) FIND_PACKAGE(OpenGL QUIET) # Look for a package that has no find module and will not be found. -#FIND_PACKAGE(NotAPackage QUIET) +FIND_PACKAGE(NotAPackage QUIET) # Look for a package that has an advanced find module. FIND_PACKAGE(VTK QUIET) |