[CMake] problem finding specific version of boost libs
Bill Greene
w.h.greene at gmail.com
Sun Sep 25 09:13:33 EDT 2011
I'm running cmake 2.8.5 on windows 7.
I have the following entry in my CMakelists.txt
find_package( Boost 1.47.0 REQUIRED)
I have two versions of boost installed at
C:\Program Files (x86)\boost
boost_1_44
boost_1_47
Instead of finding version 1.47, cmake is
finding boost_1_44.
Can anyone give me some tips on how to fix this?
Thanks.
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110925/c4d375fe/attachment.htm>
More information about the CMake
mailing list