[CMake] cmake and boost

James C. Sutherland James.Sutherland at utah.edu
Fri Mar 19 15:17:55 EDT 2010


> 
> include_directories(
> 	boost/src
> 	boost/build/lib/Exports.cmake
> 	)
> 	
I think that you want

	include( boost/build/lib/Exports.cmake )

instead.  Also, you will need to specify the full path to the boost directory.


More information about the CMake mailing list