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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to