Files
CMake/Tests/FindPython/CustomFailureMessage/Check/CMakeLists.txt
Marc Chevrier 5537ccd814 FindPython: Tests optimizations
* Use 'project(... LANGUAGES NONE)' when possible
* enhance error messages wording
2020-10-01 17:51:16 +02:00

6 lines
156 B
CMake

cmake_minimum_required(VERSION 3.1)
project(TestCustomFailureMessage.Check LANGUAGES NONE)
find_package (Python3 REQUIRED COMPONENTS ${CHECK_COMPONENTS})