summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/ComponentTestConfig.cmake
blob: 02354bd243970da1d56901364ffdef16cdff888b (plain)
1
2
3
4
5
foreach(c IN LISTS ComponentTest_FIND_COMPONENTS)
  message(STATUS
    "ComponentTest_FIND_REQUIRED_${c} "
    "'${ComponentTest_FIND_REQUIRED_${c}}'")
endforeach()