summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonInterp.cmake
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
| | | | | | | | | | | | | | | | This puts the new search behaviour for included files in action, i.e. now when a file from Modules/ include()s another file, it also gets the one from Modules/ included, i.e. the one it expects. Alex
* | Python additional version support, bug #10279.Marcus D. Hanwell2011-01-101-19/+27
|/ | | | | | Introduced an additional variable, Python_ADDITIONAL_VERSIONS, to both FindPythonLibs and FindPythonInterp. Changed FindPythonInterp to loop over versions rather than hardcoding all versions (more like libs).
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
| | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex
* FindPythonInterp: Look for python2.7 interpreterBrad King2010-09-211-2/+3
| | | | Python 2.7 was released on July 3rd, 2010.
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* ENH: fix #7913: find also python 2.6 on windowsAlexander Neundorf2009-01-101-0/+1
| | | | Alex
* ENH: add support for the next python release, python 2.6Alexander Neundorf2007-08-301-1/+1
| | | | Alex
* STYLE: mark the variable as advancedAlexander Neundorf2007-07-231-0/+3
| | | | Alex
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-1/+1
| | | | | | | | FIND_PACKAGE_HANDLE_STANDARD_ARGS(), so cmake modules can specify their own better failure messages. If the default is ok use "DEFAULT_MSG". Do this also for FindBoost.cmake (#5349) Alex
* ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS in some of the FindXXXAlexander Neundorf2007-07-181-6/+4
| | | | | | | modules, remove some of the extra search paths which are also searched by default Alex
* ENH: apply patch from Dirk Mueller to support Python 2.5Alexander Neundorf2006-09-271-1/+2
| | | | Alex
* ENH: cleanupsKen Martin2005-12-151-2/+2
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-1/+1
|
* ENH: Add registry for 2.4Andy Cedilnik2005-07-151-0/+1
|
* BUG: Set PYTHONINTERP_FOUNDAndy Cedilnik2005-07-151-0/+5
|
* ENH: Initial importAndy Cedilnik2005-07-151-0/+20