summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/VersionRange
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-08 12:07:59 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-10-08 12:08:08 (GMT)
commitef889ede4c7300b5dc9a3d97f76bc3f1568a4c4d (patch)
treef0e3d49b61fa1b6d6a44a236b337d8861d5dd31c /Tests/FindPython/VersionRange
parent75a486f8c0d0ed9149c52dc6fafa08a76c411e73 (diff)
parent2549dc7c9388120961c1be4b869fa6847f49eb55 (diff)
downloadCMake-ef889ede4c7300b5dc9a3d97f76bc3f1568a4c4d.zip
CMake-ef889ede4c7300b5dc9a3d97f76bc3f1568a4c4d.tar.gz
CMake-ef889ede4c7300b5dc9a3d97f76bc3f1568a4c4d.tar.bz2
Merge topic 'FindPython-fix-tests-failures'
2549dc7c93 FindPython: Enable C language in tests that find the Development component Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5344
Diffstat (limited to 'Tests/FindPython/VersionRange')
-rw-r--r--Tests/FindPython/VersionRange/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPython/VersionRange/CMakeLists.txt b/Tests/FindPython/VersionRange/CMakeLists.txt
index 0d946f5..e8873cb 100644
--- a/Tests/FindPython/VersionRange/CMakeLists.txt
+++ b/Tests/FindPython/VersionRange/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.18...3.19)
-project (TestVersionRange LANGUAGES NONE)
+project (TestVersionRange LANGUAGES C)
find_package (${Python} ${Python_REQUESTED_VERSION} EXACT COMPONENTS Interpreter)