mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
5ae2596027
Refactor common logic out of individual RunCMake/find_package-CPS tests. Move enabling the experimental gate to the RunCMakeTest.cmake, add a separate test to verify the experimental warning, and suppress it everywhere else. This will greatly simplify writing non-failure tests.
9 lines
267 B
CMake
9 lines
267 B
CMake
cmake_minimum_required(VERSION 4.0)
|
|
|
|
include(Setup.cmake)
|
|
|
|
###############################################################################
|
|
# Test depending on components of another package which are missing
|
|
# dependencies.
|
|
find_package(TransitiveIncomplete REQUIRED)
|