CMake/Tests/CMakeOnly
Daniele E. Domenichelli 04d4dc3374 SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars
If one of the libraries (_DEBUG or _RELEASE) is not set, the value is
set to the value of the other one.  FindQt4, from which the macro is
extracted, sets the values to XXX_LIBRARY_{DEBUG,RELEASE}-NOTFOUND
instead.  In both cases the XXX_LIBRARY is correct, but using NOTFOUND
makes it easier to understand which one is missing.

Update Tests/CMakeOnly/SelectLibraryConfigurations with the new logic.
2013-07-22 09:37:33 -04:00
..
AllFindModules Add module FindIcotool 2012-10-16 16:06:32 +04:00
CheckCXXCompilerFlag CheckCXXCompilerFlag test: make it a CMakeOnly test 2012-01-30 19:42:51 +01:00
CheckCXXSymbolExists Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
CheckLanguage Add CheckLanguage module 2012-02-08 10:48:34 -05:00
CheckSymbolExists Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
CompilerIdC Test variables CMAKE_(C|CXX|Fortran)_COMPILER(|_ID|_VERSION) 2012-08-22 16:35:54 -04:00
CompilerIdCXX Test variables CMAKE_(C|CXX|Fortran)_COMPILER(|_ID|_VERSION) 2012-08-22 16:35:54 -04:00
CompilerIdFortran Test variables CMAKE_(C|CXX|Fortran)_COMPILER(|_ID|_VERSION) 2012-08-22 16:35:54 -04:00
LinkInterfaceLoop Tolerate cycles in shared library link interfaces (#12647) 2012-01-13 14:22:24 -05:00
MajorVersionSelection Tests: add MajorVersionSelection tests 2012-10-31 16:22:42 -04:00
ProjectInclude Add ability to include a file in a project via a cache variable. 2012-02-17 12:41:39 -05:00
SelectLibraryConfigurations SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars 2013-07-22 09:37:33 -04:00
TargetScope Add test covering imported target scope rules 2012-01-25 14:43:07 -05:00
find_library find_library: Optionally consider all names in each directory 2012-09-25 17:08:08 -04:00
find_path Test find_path multiarch support (#13742) 2012-11-26 17:06:12 -05:00
CMakeLists.txt Test find_path multiarch support (#13742) 2012-11-26 17:06:12 -05:00
Test.cmake.in Tests: Add generator toolset support 2013-02-07 11:09:56 -05:00