blob: c34cd722f0a39b4267ec8508ae4ab284b357b34a [file]
cmake_minimum_required(VERSION 4.0)
include(Setup.cmake)
###############################################################################
# Test requesting unavailable components from a package.
find_package(ComponentTest REQUIRED COMPONENTS DoesNotExist)