Files
CMake/Tests/FindPython/CustomFailureMessage/Check/CMakeLists.txt
2019-11-01 12:10:30 +01:00

6 lines
153 B
CMake

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