mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Refactor `cmFindPackageStack` to track additional metadata about <package> found. This includes two new fields, `Version` and `Location` which correspond to package version and path. The remaining package information will be implemented in a later commit
2 lines
41 B
CMake
2 lines
41 B
CMake
add_library(bar::bar INTERFACE IMPORTED)
|