summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/DifferentComponents/subdir
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-28 13:22:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-06-28 13:22:55 (GMT)
commit3fcdc98b7dfd028e4e90db26b289a0ee7ccb1202 (patch)
tree236b576636f06f4aa281c2ac3d4c2cd9cf3fa7e3 /Tests/FindPython/DifferentComponents/subdir
parent6f55f5847d7579d37deb7261b2fa0f256ea645b5 (diff)
parentece3bedbf2cdc4857f19e2fceafa98a3f8002b4a (diff)
downloadCMake-3fcdc98b7dfd028e4e90db26b289a0ee7ccb1202.zip
CMake-3fcdc98b7dfd028e4e90db26b289a0ee7ccb1202.tar.gz
CMake-3fcdc98b7dfd028e4e90db26b289a0ee7ccb1202.tar.bz2
Merge topic 'FindPython-multiple-queries'
ece3bedbf2 FindPython: fix error on multiple queries with different COMPONENTS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7410
Diffstat (limited to 'Tests/FindPython/DifferentComponents/subdir')
-rw-r--r--Tests/FindPython/DifferentComponents/subdir/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/FindPython/DifferentComponents/subdir/CMakeLists.txt b/Tests/FindPython/DifferentComponents/subdir/CMakeLists.txt
new file mode 100644
index 0000000..98fcd5f
--- /dev/null
+++ b/Tests/FindPython/DifferentComponents/subdir/CMakeLists.txt
@@ -0,0 +1,2 @@
+
+find_package(Python3 REQUIRED COMPONENTS Development)