The scripts that buld the CMake release binaries are in CMake/Utilities/Release.
If you have a system-installed OpenSSL, then setting the cache variable CMAKE_USE_OPENSSL should be sufficient. If not, and you have a custom built openssl, you need to set the following variables as well: CMAKE_USE_OPENSSL:BOOL=ON OPENSSL_CRYPTO_LIBRARY:FILEPATH=/path/to/openssl-1.0.1c-install/lib/libcrypto.a OPENSSL_INCLUDE_DIR:PATH=/path/to/openssl-1.0.1c-install/include OPENSSL_SSL_LIBRARY:FILEPATH=/path/to/openssl-1.0.1c-install/lib/libssl.a If you still have problems after this, send along whatever error message you're getting... HTH, David On Fri, Nov 2, 2012 at 12:24 AM, Orion Poplawski <[email protected]> wrote: > On 10/31/2012 07:45 PM, David Cole wrote: >> >> On behalf of myself, Ken, Bill, Brad, Alex, Eike, Steve, Eric, Zach, >> Ben and the rest of the CMake team from all around the world, we are >> pleased to announce that CMake 2.8.10 is now available for download >> at: >> >> http://www.cmake.org/files/v2.8/?C=M;O=D >> >> It is also available from the usual download links found on the CMake web >> site: >> >> http://www.cmake.org/cmake/resources/software.html >> >> Some of the notable changes in this release are: >> >> - file(DOWNLOAD now handles "https" URLs -- the pre-built binaries >> available from Kitware link to OpenSSL > > > What is required to enable this when building cmake? It does not appear > that: > > ../bootstrap --prefix=/usr --datadir=/share/cmake > --docdir=/share/doc/cmake-2.8.10 --mandir=/share/man --system-libs > --parallel=2 --qt-gui -- -DCMAKE_USE_OPENSSL=TRUE > > is sufficient. > > TIA, > > Orion > > -- > Orion Poplawski > Technical Manager 303-415-9701 x222 > NWRA/CoRA Division FAX: 303-415-9702 > 3380 Mitchell Lane [email protected] > Boulder, CO 80301 http://www.cora.nwra.com -- 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
