[CMake] Fw : Linking boost failure
Mike Jackson
mike.jackson at bluequartz.net
Thu Dec 11 10:11:42 EST 2008
This makes a good case for something like:
set (FindBoost_DEBUG ON)
and then inside of FindBoost have sections to print out trouble spots
that people usually come across.
if (FindBoost_DEBUG)
message(STATUS ".....")
endif()
Would the CMake Devs Consider a Patch for inclusion into the next CMake
Release?
---
Mike Jackson www.bluequartz.net
kafou nmento wrote:
> Here is one libboost_filesystem-vc71-mt-gd-1_34_1.lib
>
>
> --- En date de : Jeu 11.12.08, Michael Jackson <mike.jackson at bluequartz.net> a écrit :
>
> De: Michael Jackson <mike.jackson at bluequartz.net>
> Objet: Re: [CMake] Fw : Linking boost failure
> À: "Cmake Mailing List" <cmake at cmake.org>
> Date: Jeudi 11 Décembre 2008, 15h00
>
> Pick a library from the boost pro distribution and please send the entire name
> of the file. I have a few suspicions.
>
>
> ---
> Mike Jackson www.bluequartz.net
>
>
>
> On Dec 11, 2008, at 8:36 AM, Philip Lowman wrote:
>
>> On Thu, Dec 11, 2008 at 7:35 AM, kafou nmento <ngondorolf at yahoo.fr>
> wrote:
>> I'm still getting the same errors although I downloaded boost from
> BoostPro. The libraries are not found even if I set the BOOST_LIBRARYDIR to the
> path of boost libraries.
>> I can confirm this bug, I think. When using the BoostPro installer (even
> with CMake 2.6.3 RC5) the FindBoost.cmake file will discover BOOST_INCLUDEDIR
> but will not find any libraries.
>> --Philip Lowman
More information about the CMake
mailing list