View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014985 | CMake | Modules | public | 2014-06-22 07:36 | 2015-01-05 08:38 | ||||
Reporter | Nico Schlömer | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | unable to reproduce | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014985: [Boost] can't file iostreams | ||||||||
Description | Starting with CMake 3.0, the Boost module doesn't correctly find the iostreams COMPONENT of boost anymore. | ||||||||
Steps To Reproduce | cmake_minimum_required(VERSION 2.8) project(test) find_package(Boost COMPONENTS iostreams REQUIRED) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0036233) Brad King (manager) 2014-06-23 11:23 edited on: 2014-06-23 11:24 |
I don't see any changes to FindBoost.cmake since 2.8.12 that could affect this. I cannot reproduce it on Linux:$ cat ../CMakeLists.txt cmake_minimum_required(VERSION 2.8.9) project(Issue14985 CXX) find_package(Boost COMPONENTS iostreams REQUIRED) $ cmake --version cmake version 3.0.0 ... $ cmake .. ... -- Boost version: 1.55.0 -- Found the following Boost libraries: -- iostreams ... |
(0036235) Nico Schlömer (reporter) 2014-06-23 11:42 |
Hm, probably a random installation issue then. Feel free to close; I'll reopen if I can reproduce this on another machine. |
(0037568) Robert Maynard (manager) 2015-01-05 08:38 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2014-06-22 07:36 | Nico Schlömer | New Issue | |
2014-06-23 11:23 | Brad King | Note Added: 0036233 | |
2014-06-23 11:23 | Brad King | Note Edited: 0036233 | |
2014-06-23 11:24 | Brad King | Note Edited: 0036233 | |
2014-06-23 11:42 | Nico Schlömer | Note Added: 0036235 | |
2014-06-23 12:43 | Brad King | Status | new => resolved |
2014-06-23 12:43 | Brad King | Resolution | open => unable to reproduce |
2015-01-05 08:38 | Robert Maynard | Note Added: 0037568 | |
2015-01-05 08:38 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |