mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-19 13:09:47 -06:00
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}")
|