| 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) |