cmake-boun...@cmake.org] On
Behalf
Of Andreas Pakulat
Sent: 10 January 2010 21:39
To: cmake@cmake.org
Subject: Re: [CMake] FindBoost.cmake to find the boost libraries
On 10.01.10 19:55:44, Chauhan, Vikas wrote:
However, do you know the use of "Boost_FIND_COMPONENTS" com
> -Original Message-
> From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On
Behalf
> Of Andreas Pakulat
> Sent: 10 January 2010 21:39
> To: cmake@cmake.org
> Subject: Re: [CMake] FindBoost.cmake to find the boost libraries
>
> On 10.01.10 19:55:
On 10.01.10 19:55:44, Chauhan, Vikas wrote:
> However, do you know the use of "Boost_FIND_COMPONENTS" command. There
> is no documentation for it at present. Is it a deprecated command?
There's no such command, never was. But there seems to be a variable of
that name used inside FindBoost.cmake. I
> -Original Message-
> From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On
Behalf
> Of Andreas Pakulat
> Sent: 10 January 2010 17:51
> To: cmake@cmake.org
> Subject: Re: [CMake] FindBoost.cmake to find the boost libraries
>
> On 10.01.10 15:57:
On 10.01.10 15:57:23, Chauhan, Vikas wrote:
> Hi all,
>
> I am using the code below in cmakelists.txt to find the boost libraries
> using cmake 2.8.
> After the execution "Boost_LIBRARIES" does not contain anything. Am I
> correct in assuming that this variable must be populated with the list
> o
Hi all,
I am using the code below in cmakelists.txt to find the boost libraries
using cmake 2.8.
After the execution "Boost_LIBRARIES" does not contain anything. Am I
correct in assuming that this variable must be populated with the list
of boost libraries?
Also, I am not sure how do I get the ap