summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-22 13:48:39 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-07-22 13:48:39 (GMT)
commitfd8746d038992801f8b9f82246937ba6884624bd (patch)
tree29642c3b518efae5ebb39859ce7a72115385e4e5 /Tests
parent29859c09afef684140e5cd0de528a5b2a7bf19e2 (diff)
parent04d4dc33746710dd8a53a5f9575a324070c0fa0c (diff)
downloadCMake-fd8746d038992801f8b9f82246937ba6884624bd.zip
CMake-fd8746d038992801f8b9f82246937ba6884624bd.tar.gz
CMake-fd8746d038992801f8b9f82246937ba6884624bd.tar.bz2
Merge topic 'SelectLibraryConfigurations'
04d4dc3 SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars 07b44e7 SelectLibraryConfigurations: Do not cache the _LIBRARY variable
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeOnly/SelectLibraryConfigurations/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeOnly/SelectLibraryConfigurations/CMakeLists.txt b/Tests/CMakeOnly/SelectLibraryConfigurations/CMakeLists.txt
index 5bf0f8a..6d1628a 100644
--- a/Tests/CMakeOnly/SelectLibraryConfigurations/CMakeLists.txt
+++ b/Tests/CMakeOnly/SelectLibraryConfigurations/CMakeLists.txt
@@ -29,7 +29,7 @@ if (NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
endif ()
-check_slc(empty "")
+check_slc(empty "empty_LIBRARY-NOTFOUND")
set(OPTONLY_LIBRARY_RELEASE "opt")
check_slc(OPTONLY "opt")