MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0016020 | CMake | CMake | public | 2016-03-14 22:00 | 2016-06-10 14:21 | |||||
Reporter | Tom Jakubowski | |||||||||
Assigned To | Roger Leigh | |||||||||
Priority | normal | Severity | major | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | CMake 3.5 | |||||||||
Target Version | CMake 3.5.1 | Fixed in Version | CMake 3.5.1 | |||||||
Summary | 0016020: FindBoost "Automatically add missing component dependencies" fails with header-only libraries | |||||||||
Description | If only some separately-compiled Boost libraries are installed, so that Boost components like Boost.Atomic and Boost.DateTime are used header-only, find_package(Boost REQUIRED COMPONENTS thread) will fail with: :1647 (message): Unable to find the requested Boost libraries. Boost version: 1.56.0 Boost include path: /opt/foo/deps-64-10/include Could not find the following Boost libraries: boost_atomic boost_chrono boost_date_time If a full installation of Boost 1.56, with all optional separately-compiled libraries, is used instead, then the FindBoost() call succeeds. This is a regression from CMake 3.4. It seems like https://github.com/Kitware/CMake/commit/01c80acdbdadf3811bc0a6cab0c28469a4e9f5b7 [^] is probably responsible. Also related to bug 15767. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2016-03-14 22:00 | Tom Jakubowski | New Issue | ||||||||
2016-03-15 08:56 | Brad King | Assigned To | => Roger Leigh | |||||||
2016-03-15 08:56 | Brad King | Status | new => assigned | |||||||
2016-03-15 08:56 | Brad King | Relationship added | related to 0016013 | |||||||
2016-03-15 10:03 | Brad King | Note Added: 0040692 | ||||||||
2016-03-15 10:05 | Brad King | Target Version | => CMake 3.5.1 | |||||||
2016-03-16 13:13 | Brad King | Note Added: 0040700 | ||||||||
2016-03-16 13:17 | Brad King | Note Added: 0040702 | ||||||||
2016-03-16 13:17 | Brad King | Status | assigned => resolved | |||||||
2016-03-16 13:17 | Brad King | Resolution | open => fixed | |||||||
2016-03-16 13:17 | Brad King | Fixed in Version | => CMake 3.5.1 | |||||||
2016-06-10 14:21 | Kitware Robot | Note Added: 0041225 | ||||||||
2016-06-10 14:21 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|