mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
* 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})
|