FindPython: Tests optimizations

* Use 'project(... LANGUAGES NONE)' when possible
* enhance error messages wording
This commit is contained in:
Marc Chevrier
2020-10-01 17:47:37 +02:00
parent 0519db374c
commit 5537ccd814
21 changed files with 82 additions and 82 deletions

View File

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