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 <[email protected]<mailto:[email protected]>> Subject: Re: [CMake] ExternalProject_Add and Boost To: [email protected]<mailto:[email protected]> Message-ID: <[email protected]<mailto:[email protected]>> 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
