mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
a064b18f85
Call select_library_configurations on GTest library variable basenames "GTEST"
and "GTEST_MAIN" before passing ${basename}_LIBRARY variables to
find_package_handle_standard_args. This allows either _DEBUG or _RELEASE
library variants to be found for find_package() to pass, whereas the original
version would require the presence of _RELEASE variants.
Fixes: #17799
8.7 KiB
8.7 KiB