[CMake] ExternalProject_Add and Boost
Knox, Kent
Kent.Knox at amd.com
Mon Jun 18 14:09:06 EDT 2012
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<mailto:mathias.gaunard at ens-lyon.org>>
Subject: Re: [CMake] ExternalProject_Add and Boost
To: cmake at cmake.org<mailto:cmake at cmake.org>
Message-ID: <4FDEED16.4020703 at ens-lyon.org<mailto: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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120618/5547207d/attachment.htm>
More information about the CMake
mailing list