mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
04d4dc3374
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. |
||
---|---|---|
.. | ||
AllFindModules | ||
CheckCXXCompilerFlag | ||
CheckCXXSymbolExists | ||
CheckLanguage | ||
CheckSymbolExists | ||
CompilerIdC | ||
CompilerIdCXX | ||
CompilerIdFortran | ||
find_library | ||
find_path | ||
LinkInterfaceLoop | ||
MajorVersionSelection | ||
ProjectInclude | ||
SelectLibraryConfigurations | ||
TargetScope | ||
CMakeLists.txt | ||
Test.cmake.in |