Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
ComponentTestConfig.cmake
blob: 02354bd243970da1d56901364ffdef16cdff888b [
file
]
foreach
(
c IN LISTS
ComponentTest_FIND_COMPONENTS
)
message
(
STATUS
"ComponentTest_FIND_REQUIRED_${c} "
"'${ComponentTest_FIND_REQUIRED_${c}}'"
)
endforeach
()