[CMake] FindBoost bug on debian or something's missing?
    Mike Jackson 
    imikejackson at gmail.com
       
    Thu Dec 13 13:29:24 EST 2007
    
    
  
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})
    
    
More information about the CMake
mailing list