[CMake] CMake 2.8.10 available for download
norulez at me.com
norulez at me.com
Sat Nov 3 15:57:47 EDT 2012
Hello David,
I had also a question for the new release.
How can I create a valid VS2012 solution under windows 8?
I need to call "cmake -G "Visual Studio 11" ..\source" twice to get a solution file.
The first time I get messages which tells that there is an unknown CXX compiler and:
-- Looking for Q_WS_WIN
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:37 (get_filename_component):
get_filename_component called with incorrect number of arguments
However, after the solution is created an opened, then some sub projects are valid, but the others are incompatible sub projects. (e.g. "ALL_BUILD (incompatible)"). The same works great under Windows 7 with and older cmake version such as 2.8.7.
Did I miss something?
Thanks in advance
Best Regards
P.S.: I use CMake 2.8.10, Windows 8 Pro and VS 2012 Express for Windows 8
Am 02.11.2012 um 10:38 schrieb David Cole <david.cole at kitware.com>:
> 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 <orion at cora.nwra.com> 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 orion at cora.nwra.com
>> 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
More information about the CMake
mailing list