View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014985CMakeModulespublic2014-06-22 07:362015-01-05 08:38
ReporterNico Schlömer 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionunable to reproduce 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0014985: [Boost] can't file iostreams
DescriptionStarting with CMake 3.0, the Boost module doesn't correctly find the iostreams COMPONENT of boost anymore.
Steps To Reproducecmake_minimum_required(VERSION 2.8)

project(test)

find_package(Boost COMPONENTS iostreams REQUIRED)
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team