mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
2aa83fa15b
Fixes: #22619
4 lines
111 B
CMake
4 lines
111 B
CMake
# Force the provider to be invoked
|
|
find_package(AThing QUIET)
|
|
message(STATUS "AThing_FOUND = ${AThing_FOUND}")
|