cmake/Tests/FindPackageTest/lib/RecursiveA/recursivea-config.cmake

5 lines
168 B
CMake
Raw Normal View History

# Test config file.
2011-06-19 15:41:06 +03:00
if(NOT "${RecursiveA_FIND_COMPONENTS}" STREQUAL "A")
message(FATAL_ERROR "find_package(RecursiveA NO_MODULE) did not forward components")
endif()