Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
FindPackageCMakeTest
/
lib
/
RecursiveA
/
recursivea-config.cmake
blob: eff4d4fd0695ae661c56ae08da4db4597e71652a [
file
] [
log
] [
blame
] [
edit
]
# Test config file.
if
(
NOT
"${RecursiveA_FIND_COMPONENTS}"
STREQUAL
"A"
)
message
(
FATAL_ERROR
"find_package(RecursiveA NO_MODULE) did not forward components"
)
endif
()