blob: c78c2a3e1c9730b4ba7b191f3fee1432b86537ff [file] [edit]
cmake_minimum_required(VERSION 4.0)
include(Setup.cmake)
set(CMAKE_FIND_PACKAGE_SORT_ORDER NAME)
set(CMAKE_FIND_PACKAGE_SORT_DIRECTION DEC)
###############################################################################
# Test reporting when trying to read a .cps that is not a JSON object.
find_package(NotAnObject REQUIRED)