diff options
author | Brad King <brad.king@kitware.com> | 2013-07-22 13:48:39 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-07-22 13:48:39 (GMT) |
commit | fd8746d038992801f8b9f82246937ba6884624bd (patch) | |
tree | 29642c3b518efae5ebb39859ce7a72115385e4e5 /Tests | |
parent | 29859c09afef684140e5cd0de528a5b2a7bf19e2 (diff) | |
parent | 04d4dc33746710dd8a53a5f9575a324070c0fa0c (diff) | |
download | CMake-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.txt | 2 |
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") |