[CMake] ExternalProject_Add and Boost

Bill Lorensen bill.lorensen at gmail.com
Thu Jun 21 12:22:06 EDT 2012


Take a look here:
https://gitorious.org/pclsuperbuild/pclsuperbuild

I recently created this superbuild for the Point Cloud Library. You'll
see that it configures and builds Boost with be. Also it downloads
PCL, configures and builds it and other dependencies.

It is new,, so there may be some issues. Currently it only works for
linux and mac,

Bill

On Mon, Jun 18, 2012 at 2:09 PM, Knox, Kent <Kent.Knox at amd.com> wrote:
> I’ll check out the reference to b2, thanks for the heads up.
>
>
>
> My own project is hosted with SVN, not GIT, so I did not want to require my
> developers to find and install a git client to get the build to work; that
> is why I wanted to choose the zipball.
>
>
>
>
>
> ------------------------------
>
> Message: 3
>
> Date: Mon, 18 Jun 2012 10:55:50 +0200
>
> From: Mathias Gaunard <mathias.gaunard at ens-lyon.org>
>
> Subject: Re: [CMake] ExternalProject_Add and Boost
>
> To: cmake at cmake.org
>
> Message-ID: <4FDEED16.4020703 at ens-lyon.org>
>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
>
>
> On 18/06/2012 08:42, Knox, Kent wrote:
>
>
>
>> BUILD_COMMAND bjam --with-program_options address-model=64
>
>> toolset=msvc-11.0 link=static stage
>
>
>
> Two comments here:
>
>   - bjam has been renamed to b2 since Boost 1.47
>
>   - this probably uses the bjam/b2 in the path, rather than the one that you
> just built with bootstrap.bat, which is just asking for problems
>
>
>
>
>
>> 1.Github appears to only use the https protocol, and the cmake file(
>
>> download ? ) command does not appear to handle this protocol. So, I
>
>> think GitHub is verboten for any ExternalProject_Add. Am I right, or am
>
>> I missing something? Any plans to add https support?
>
>
>
> Github also provides the git protocol, or did you just mean the zip
>
> download function?
>
>
>
>
>
>
>
>
> --
>
> 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



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the CMake mailing list