mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
FindPython: Tests optimizations
* Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
|
||||
project(TestCustomFailureMessage.Check LANGUAGES C)
|
||||
project(TestCustomFailureMessage.Check LANGUAGES NONE)
|
||||
|
||||
find_package (Python3 REQUIRED COMPONENTS ${CHECK_COMPONENTS})
|
||||
|
||||
Reference in New Issue
Block a user