Bug #1371
Feature #418: === Configuration & Build ===
Envelope task #1402: cmake tasks (OS independent)
presence of some boost components not checked by cmake
Status: | Resolved | Start date: | 09 Mar 2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | wuttke | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
absence causes compilation error
Related issues
History
#1 Updated by wuttke almost 5 years ago
- Subject changed from presence of boost_program_option not tested by cmake to presence of some boost components not checked by cmake
this applies at least to program_options and iostreams
#2 Updated by wuttke almost 5 years ago
wuttke wrote:
this applies at least to program_options, iostreams, filesystem
#3 Updated by wuttke almost 5 years ago
- Parent task set to #418
would be easier if upstream bug https://cmake.org/Bug/view.php?id=15767 were solved
#4 Updated by wuttke almost 5 years ago
- Parent task changed from #418 to #1402
#5 Updated by wuttke almost 5 years ago
- Status changed from New to Backlog
- Assignee set to wuttke
- Priority changed from Normal to Low
waiting for clue from upstream ...
#6 Updated by wuttke almost 5 years ago
- Status changed from Backlog to Waiting
#7 Updated by wuttke over 4 years ago
- Status changed from Waiting to Resolved
Resolved in ac0d39e, using a patched FindBoost.cmake that is to be submitted to CMake: https://github.com/rleigh-dundee/CMake/blob/81ad0f1485ff7f7a9623c11749d820a0f3b36e77/Modules/FindBoost.cmake.
#8 Updated by wuttke over 4 years ago
Btw: testing under Debian is somewhat difficult because of the non-standard packaging of Boost. Reported at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824043.
#9 Updated by herck over 4 years ago
- Copied to Refactoring #1479: presence of some boost components not checked by cmake added