the below line should be something like:
TARGET_LINK_LIBRARIES ( time ${Boost_Date_Time_Library} )
Look at the FindBoost.cmake file for the exact name of the library
variable. The way you had the line you would be including a directory
and not the actual boost date_time library.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Dec 13, 2007, at 1:13 PM, Tomasz Kalkosiński wrote:
TARGET_LINK_LIBRARIES (time ${Boost_LIBRARY_DIRS})
MESSAGE ("Library directories for Boost: " ${Boost_LIBRARY_DIRS})
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake