summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/CustomFailureMessage/Check
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-11-04 15:29:47 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-11-04 15:30:39 (GMT)
commitdbd14ecacf9b85dcdf5f566538167261dba224fe (patch)
treeb07897f65fe9e374348a8357840b507a4463b5f7 /Tests/FindPython/CustomFailureMessage/Check
parent5c3c2285706cf03e11562b7573f7f75a059a963b (diff)
parent687a354518c8f6d5d1864ef9cd5d823b92b305bb (diff)
downloadCMake-dbd14ecacf9b85dcdf5f566538167261dba224fe.zip
CMake-dbd14ecacf9b85dcdf5f566538167261dba224fe.tar.gz
CMake-dbd14ecacf9b85dcdf5f566538167261dba224fe.tar.bz2
Merge topic 'FindPython-customize-failure-message'
687a354518 FindPython: customize failure message Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3970
Diffstat (limited to 'Tests/FindPython/CustomFailureMessage/Check')
-rw-r--r--Tests/FindPython/CustomFailureMessage/Check/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FindPython/CustomFailureMessage/Check/CMakeLists.txt b/Tests/FindPython/CustomFailureMessage/Check/CMakeLists.txt
new file mode 100644
index 0000000..fed963e
--- /dev/null
+++ b/Tests/FindPython/CustomFailureMessage/Check/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 3.1)
+
+project(TestCustomFailureMessage.Check LANGUAGES C)
+
+find_package (Python3 REQUIRED COMPONENTS ${CHECK_COMPONENTS})