summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/find_package/MissingNormal.cmake
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-03-08 20:14:23 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-03-08 20:14:23 (GMT)
commitfa0f0654262cd74824558c425083e22f091702e0 (patch)
tree4db05bf69daee1efebcc244e68f68539d5ea8726 /Tests/CMakeCommands/find_package/MissingNormal.cmake
parentda43d8fa8d96f5bb4363b3fd093af97c8735c432 (diff)
parentc5ae73316634b0d1fe56272ab011eefd9cb80e47 (diff)
downloadCMake-fa0f0654262cd74824558c425083e22f091702e0.zip
CMake-fa0f0654262cd74824558c425083e22f091702e0.tar.gz
CMake-fa0f0654262cd74824558c425083e22f091702e0.tar.bz2
Merge topic 'find_package_fatal_error_if_required_and_config_not_found'
c5ae733 find_package: Test that REQUIRED aborts processing correctly c91a54d find_package: error out if REQUIRED Config has not been found
Diffstat (limited to 'Tests/CMakeCommands/find_package/MissingNormal.cmake')
-rw-r--r--Tests/CMakeCommands/find_package/MissingNormal.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeCommands/find_package/MissingNormal.cmake b/Tests/CMakeCommands/find_package/MissingNormal.cmake
index 778cd38..fb90e01 100644
--- a/Tests/CMakeCommands/find_package/MissingNormal.cmake
+++ b/Tests/CMakeCommands/find_package/MissingNormal.cmake
@@ -1 +1,2 @@
find_package(NotHere)
+message(WARNING "This warning must be reachable.")