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