Re: [CMake] Problem with FindBoost.cmake

2009-05-19 Thread Philip Lowman
On Sun, May 17, 2009 at 2:35 PM, Robert Dailey wrote: > On Sun, May 17, 2009 at 12:16 PM, Philip Lowman wrote: > >> On Sun, May 17, 2009 at 12:26 AM, Robert Dailey wrote: >> >>> Hi, >>> I have built Boost 1.39 on Windows with static libraries, and they are >>> named like so: >>> >>> libboost_fil

Re: [CMake] Problem with FindBoost.cmake

2009-05-17 Thread Robert Dailey
On Sun, May 17, 2009 at 12:16 PM, Philip Lowman wrote: > On Sun, May 17, 2009 at 12:26 AM, Robert Dailey wrote: > >> Hi, >> I have built Boost 1.39 on Windows with static libraries, and they are >> named like so: >> >> libboost_filesystem-mt.lib >> >> When I try to do this: >> >> find_package( Bo

Re: [CMake] Problem with FindBoost.cmake

2009-05-17 Thread Philip Lowman
On Sun, May 17, 2009 at 12:26 AM, Robert Dailey wrote: > Hi, > I have built Boost 1.39 on Windows with static libraries, and they are > named like so: > > libboost_filesystem-mt.lib > > When I try to do this: > > find_package( Boost REQUIRED COMPONENTS filesystem ) > > I get an error saying it co

[CMake] Problem with FindBoost.cmake

2009-05-16 Thread Robert Dailey
Hi, I have built Boost 1.39 on Windows with static libraries, and they are named like so: libboost_filesystem-mt.lib When I try to do this: find_package( Boost REQUIRED COMPONENTS filesystem ) I get an error saying it could not find boost_filesystem. If I rename the above library and remove the