summaryrefslogtreecommitdiff
path: root/Tests/FindPython/CustomFailureMessage/Check/CMakeLists.txt
blob: 2164ac1ab9b7a7755a2e5922efdbbdc38f943f5f (plain)
1
2
3
4
5
cmake_minimum_required(VERSION 3.1)

project(TestCustomFailureMessage.Check LANGUAGES NONE)

find_package (Python3 REQUIRED COMPONENTS ${CHECK_COMPONENTS})