diff options
| author | Marc Chevrier <marc.chevrier@gmail.com> | 2025-02-16 17:27:23 (GMT) |
|---|---|---|
| committer | Marc Chevrier <marc.chevrier@gmail.com> | 2025-02-28 16:55:24 (GMT) |
| commit | aed9dffdc97afeb20c060d2d5c958f5ad6b0dbc1 (patch) | |
| tree | 09e84a7a2dffcf7f66287e8fa59b9cff64e17d3d /Tests/RunCMake/FindPython/Python2-BadComponent.cmake | |
| parent | 75da788360ca67f752ee70754d310dca52411cf9 (diff) | |
| download | CMake-aed9dffdc97afeb20c060d2d5c958f5ad6b0dbc1.zip CMake-aed9dffdc97afeb20c060d2d5c958f5ad6b0dbc1.tar.gz CMake-aed9dffdc97afeb20c060d2d5c958f5ad6b0dbc1.tar.bz2 | |
FindPython: migrate tests to RunCMake framework
Diffstat (limited to 'Tests/RunCMake/FindPython/Python2-BadComponent.cmake')
| -rw-r--r-- | Tests/RunCMake/FindPython/Python2-BadComponent.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/FindPython/Python2-BadComponent.cmake b/Tests/RunCMake/FindPython/Python2-BadComponent.cmake new file mode 100644 index 0000000..d79f4b1 --- /dev/null +++ b/Tests/RunCMake/FindPython/Python2-BadComponent.cmake @@ -0,0 +1,3 @@ +enable_language(C) + +find_package(Python2 REQUIRED COMPONENTS Interpreter Development foobar) |
