mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
5537ccd814
* Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
6 lines
156 B
CMake
6 lines
156 B
CMake
cmake_minimum_required(VERSION 3.1)
|
|
|
|
project(TestCustomFailureMessage.Check LANGUAGES NONE)
|
|
|
|
find_package (Python3 REQUIRED COMPONENTS ${CHECK_COMPONENTS})
|