[Digikam-devel] Boost graph in CMake
Gert Kello
gert.kello at gmail.com
Fri Nov 12 06:18:54 GMT 2010
Hi.
I'm having trouble with CMake boost find: It complains that it can't
find boost. Last time I just removed the "COMPONENTS graph" from
FIND_PACKAGE.
I did made a fresh checkout and now I decided to look at bit deeper.
Using Boost_DEBUG true it seems like cmake is probing for dll files
with patterns like boost_graph*
And, the FindBoost.cmake states that
# The components list needs to contain actual names of boost libraries only,
# such as "date_time" for "libboost_date_time". If you're using parts of
# Boost that contain header files only (e.g. foreach) you do not need to
# specify COMPONENTS.
#
Sounds like the "COMPONENST graph" must be removed. How is it working
at all? Or is it only windows problem?
Gert
More information about the Digikam-devel
mailing list