MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013216 | CMake | Modules | public | 2012-05-13 15:15 | 2012-11-05 14:33 |
Reporter | Andrey Kamaev | ||||
Assigned To | Rolf Eike Beer | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.8 | ||||
Target Version | CMake 2.8.9 | Fixed in Version | CMake 2.8.9 | ||
Summary | 0013216: FindPythonLibs fails to handle EXACT qualifier | ||||
Description | I'm trying to get having PythonLibs exactly the same version as PythonInterpreter. But it never success if I request an EXACT version. I've tried this without success on Windows 7 and Ubuntu 10.04 | ||||
Steps To Reproduce | Create a CMakeLists.txt having exactly 1 line: > find_package(PythonLibs 2.7.2) Run cmake. It outputs: > -- Found PythonLibs: C:/Python27/libs/python27.lib (found suitable version "2.7.2", required is "2.7.2") Remove files generated by cmake and change the lists file to > find_package(PythonLibs 2.7.2 EXACT) This time it fails: > -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.2") If next I remove the EXACT word without cleaning cmake cache I get: > -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES) (found suitable version "2.7.2", required is "2.7.2") | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-05-13 15:15 | Andrey Kamaev | New Issue | |||
2012-06-05 14:02 | Rolf Eike Beer | Assigned To | => Rolf Eike Beer | ||
2012-06-05 14:02 | Rolf Eike Beer | Status | new => assigned | ||
2012-06-05 14:04 | Rolf Eike Beer | Note Added: 0029614 | |||
2012-06-05 14:04 | Rolf Eike Beer | Status | assigned => resolved | ||
2012-06-05 14:04 | Rolf Eike Beer | Resolution | open => fixed | ||
2012-06-05 14:04 | Rolf Eike Beer | Fixed in Version | => CMake 2.8.9 | ||
2012-06-05 14:04 | Rolf Eike Beer | Target Version | => CMake 2.8.9 | ||
2012-11-05 14:33 | David Cole | Note Added: 0031443 | |||
2012-11-05 14:33 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|