Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
cmake_pkg_config
/
ImportTransitiveFail.cmake
blob: 76292447a96846e41f8718cdead4a86e833de77f [
file
]
set
(
CMAKE_PKG_CONFIG_PC_PATH $
{
CMAKE_CURRENT_LIST_DIR
}/
PackageRoot
/
RequiresPackages
)
cmake_pkg_config
(
IMPORT golf
)
message
(
"Import Golf Found: ${PKGCONFIG_golf_FOUND}"
)
cmake_pkg_config
(
IMPORT golf REQUIRED
)