summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/display_time.c
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: enhance Python3Embedded testMarc Chevrier2024-11-221-6/+11
| | | | | | Exclude too older compilers and avoid deprecated functions. Fixes: #26459
* Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-261-1/+1
|
* FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-071-0/+36
Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100