View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012940CMakeModulespublic2012-02-07 14:252016-06-10 14:31
ReporterDavid Rogers 
Assigned ToPhilip Lowman 
PrioritynormalSeveritytweakReproducibilityalways
StatusclosedResolutionmoved 
PlatformIntelOSMac OS XOS Version10.7.3
Product VersionCMake 2.8.7 
Target VersionFixed in Version 
Summary0012940: FindBoost.cmake cannot find libraries built with clang on Darwin.
DescriptionIf boost libraries are built with clang, their compiler name ends up being clang-darwin instead of xgcc. Because of this, the script fails to locate them.
Steps To ReproduceBuild boost with clang. Attempt to locate them in a script.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0033902)
Thomas Braun (reporter)
2013-09-26 14:45

Same problem with a selfcompiled clang 3.3 on windows. The boost library files are named libboost-*-clang33-*.lib.

Setting
SET(Boost_COMPILER "-clang33")
works around the problem.
(0041979)
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.

 Issue History
Date Modified Username Field Change
2012-02-07 14:25 David Rogers New Issue
2012-02-07 14:26 Brad King Assigned To => Philip Lowman
2012-02-07 14:26 Brad King Status new => assigned
2013-09-26 14:45 Thomas Braun Note Added: 0033902
2016-06-10 14:28 Kitware Robot Note Added: 0041979
2016-06-10 14:28 Kitware Robot Status assigned => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team