Philipp Kraus
2013-07-10 15:27:01 UTC
Hello,
I build soci under OSX and get the item
SOCI_CORE_DEPENDENCIES = /usr/lib/libdl.dylib /usr/local/lib/libboost_date_time-mt.a
but I have set the items
-DBoost_INCLUDE_DIR:PATH=/Developer/opt/Boost/1.54/include
-DBoost_LIBRARIES:FILEPATH=/Developer/opt/Boost/1.54/lib
to an absolut path of my Boost installation eg /Developer/opt/Boost/1.54
In this case the core dependencies must be also point ti /Developer and not /usr/local.
How can I fix the core dependency for the Boost.Date-Time ?
Thanks
Phil
I build soci under OSX and get the item
SOCI_CORE_DEPENDENCIES = /usr/lib/libdl.dylib /usr/local/lib/libboost_date_time-mt.a
but I have set the items
-DBoost_INCLUDE_DIR:PATH=/Developer/opt/Boost/1.54/include
-DBoost_LIBRARIES:FILEPATH=/Developer/opt/Boost/1.54/lib
to an absolut path of my Boost installation eg /Developer/opt/Boost/1.54
In this case the core dependencies must be also point ti /Developer and not /usr/local.
How can I fix the core dependency for the Boost.Date-Time ?
Thanks
Phil