View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013446 | CMake | CMake | public | 2012-07-31 11:25 | 2016-06-10 14:31 | ||||
Reporter | kdawgud | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | 64-bit Linux | OS | CentOS | OS Version | 6.3 64-bit | ||||
Product Version | CMake 2.8.8 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013446: find_package(Boost) does not map library paths correctly | ||||||||
Description | The boost library find places libraries in /usr/lib64/lib64 instead of just /usr/lib64. Reverting to 2.8.3 fixes the problem. I have not tried verions 2.8.4 through 2.8.7. | ||||||||
Steps To Reproduce | Link against boost libraries using find_package(Boost) in a CMake project using CentOS 64-bit. | ||||||||
Additional Information | See here for more information: http://stackoverflow.com/questions/9948375/cmake-find-package-succeeds-but-returns-wrong-path [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0031287) John Morris (reporter) 2012-10-20 21:20 |
This problem occurs when using some older versions of boost with cmake-2.8.6-rc2 or later, where the boost package finding code was changed. The EL6 boost package is version 1.41. The problem can be worked around by specifying '-DBoost_NO_BOOST_CMAKE=ON' on the cmake command line. The actual commit where this problem is introduced is 7da796d1fdd7cca07df733d010cd343f6f8787a9, and can be viewed here: http://cmake.org/gitweb?p=cmake.git;a=commit;h=7da796d1fdd7cca07df733d010cd343f6f8787a9 [^] |
(0042098) Kitware Robot (administrator) 2016-06-10 14:28 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2012-07-31 11:25 | kdawgud | New Issue | |
2012-10-20 21:20 | John Morris | Note Added: 0031287 | |
2016-06-10 14:28 | Kitware Robot | Note Added: 0042098 | |
2016-06-10 14:28 | Kitware Robot | Status | new => resolved |
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |