summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageTest
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-07 22:02:33 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-07 22:02:33 (GMT)
commit5ac0a790291d5f6089caf7e57c320e2da8c7341f (patch)
tree9abaef4ecc0735892fee6513845a2f6a16ceddaa /Tests/FindPackageTest
parent2f068576357bf85e384107b1a9b93695b5957f0d (diff)
downloadCMake-5ac0a790291d5f6089caf7e57c320e2da8c7341f.zip
CMake-5ac0a790291d5f6089caf7e57c320e2da8c7341f.tar.gz
CMake-5ac0a790291d5f6089caf7e57c320e2da8c7341f.tar.bz2
BUG: disable this test temporarily
Alex
Diffstat (limited to 'Tests/FindPackageTest')
-rw-r--r--Tests/FindPackageTest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPackageTest/CMakeLists.txt b/Tests/FindPackageTest/CMakeLists.txt
index 6f1a7e5..637e0e9 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)