diff options
| author | Marc Chevrier <marc.chevrier@gmail.com> | 2019-10-31 16:05:48 (GMT) |
|---|---|---|
| committer | Marc Chevrier <marc.chevrier@gmail.com> | 2019-11-01 11:10:30 (GMT) |
| commit | 687a354518c8f6d5d1864ef9cd5d823b92b305bb (patch) | |
| tree | 504c5f36fede7d95d64346267991d2c45a472330 /Tests/FindPython/CustomFailureMessage/Check | |
| parent | b42da462333aea986576d00bf9af7449aa6e8010 (diff) | |
| download | CMake-687a354518c8f6d5d1864ef9cd5d823b92b305bb.zip CMake-687a354518c8f6d5d1864ef9cd5d823b92b305bb.tar.gz CMake-687a354518c8f6d5d1864ef9cd5d823b92b305bb.tar.bz2 | |
FindPython: customize failure message
Diffstat (limited to 'Tests/FindPython/CustomFailureMessage/Check')
| -rw-r--r-- | Tests/FindPython/CustomFailureMessage/Check/CMakeLists.txt | 5 |
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}) |
