Files
CMake/Tests/FindPython/DifferentComponents/subdir/CMakeLists.txt
Marc Chevrier ece3bedbf2 FindPython: fix error on multiple queries with different COMPONENTS
Ensure that multiple queries with different COMPONENTS specified in
different sub-directories are fully supported.
2022-06-27 13:16:29 -04:00

3 lines
55 B
CMake

find_package(Python3 REQUIRED COMPONENTS Development)