Re: [CMake] FindBoost not setting Boost_LIBRARIES

2010-05-12 Thread McNamara, Nate
Michael, Capitalizing Boost fixed the first part. Now I need to figure out why it still won't link :-) Thanks! Nate > _ > From: McNamara, Nate > Sent: May 11, 2010 4:07 PM > To: 'cmake@cmake.org' > Subject: FindBoost not setting Boos

Re: [CMake] FindBoost not setting Boost_LIBRARIES

2010-05-11 Thread Andrew Maclean
This works for me: #- # Boost # The automatic linking, uses the static version of the libraries. if(WIN32) set(Boost_USE_STATIC_LIBS ON) endif(WIN32) # Uncomment and edit if CMake cannot find boost. set(Boos

Re: [CMake] FindBoost not setting Boost_LIBRARIES

2010-05-11 Thread Michael Hertling
On 05/12/2010 01:06 AM, McNamara, Nate wrote: > Hello! > > I've been struggling with find_package(boost ...): although it succeeds > up to a point, it doesn't finish the job. I must be doing something > wrong. > > The output below shows that boost is found, and several of the expected > variable

[CMake] FindBoost not setting Boost_LIBRARIES

2010-05-11 Thread McNamara, Nate
Hello! I've been struggling with find_package(boost ...): although it succeeds up to a point, it doesn't finish the job. I must be doing something wrong. The output below shows that boost is found, and several of the expected variables are set, but Boost_LIBRARIES is not. I suspect that means t