summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/CustomFailureMessage
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: On Windows, Enhance python debug version supportMarc Chevrier2024-05-092-2/+2
| | | | | | | | | | | | | | Add the following variables: * Python_EXECUTABLE_DEBUG * Python_INTERPRETER * Python_DEBUG_POSTFIX and target Python::InterpreterDebug. python_add_library() command Manage DEBUG_POSTFIX target property based on the value of Python_DEBUG_POSTFIX variable. Fixes: #25874
* FindPython: add capability to select python version for the testsMarc Chevrier2023-06-151-1/+1
|
* Tests: Bump CMake minimum required version in find-module tests to 3.5Brad King2023-03-082-2/+2
| | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning.
* FindPython: Tests optimizationsMarc Chevrier2020-10-011-1/+1
| | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
* FindPython: customize failure messageMarc Chevrier2019-11-012-0/+84