MantisBT - CMake
View Issue Details
0012940CMakeModulespublic2012-02-07 14:252016-06-10 14:31
David Rogers 
Philip Lowman 
normaltweakalways
closedmoved 
IntelMac OS X10.7.3
CMake 2.8.7 
 
0012940: FindBoost.cmake cannot find libraries built with clang on Darwin.
If 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.
Build boost with clang. Attempt to locate them in a script.
No tags attached.
Issue History
2012-02-07 14:25David RogersNew Issue
2012-02-07 14:26Brad KingAssigned To => Philip Lowman
2012-02-07 14:26Brad KingStatusnew => assigned
2013-09-26 14:45Thomas BraunNote Added: 0033902
2016-06-10 14:28Kitware RobotNote Added: 0041979
2016-06-10 14:28Kitware RobotStatusassigned => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0033902)
Thomas Braun   
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   
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.