Re: [CMake] CMAKE_SYSTEM_PROCESSOR says x86 on Win64 - Patch

2013-02-25 Thread Rolf Eike Beer
Martin Koller wrote: On Saturday 23 February 2013 14:58:11 Rolf Eike Beer wrote: Martin Koller wrote: On Friday 22 February 2013 12:23:23 Koller, Martin wrote: I propose the attached patch for CMakeDetermineSystem.cmake Can someone add this to the mentioned mantis bug entry or shall

Re: [CMake] CMAKE_SYSTEM_PROCESSOR says x86 on Win64 - Patch

2013-02-23 Thread Rolf Eike Beer
Martin Koller wrote: On Friday 22 February 2013 12:23:23 Koller, Martin wrote: I propose the attached patch for CMakeDetermineSystem.cmake Can someone add this to the mentioned mantis bug entry or shall I create a new one ? Revised patch which ignores the case of amd64 so that AMD64 works

Re: [CMake] CMAKE_SYSTEM_PROCESSOR says x86 on Win64 - Patch

2013-02-23 Thread Martin Koller
On Saturday 23 February 2013 14:58:11 Rolf Eike Beer wrote: Martin Koller wrote: On Friday 22 February 2013 12:23:23 Koller, Martin wrote: I propose the attached patch for CMakeDetermineSystem.cmake Can someone add this to the mentioned mantis bug entry or shall I create a new one ?

Re: [CMake] CMAKE_SYSTEM_PROCESSOR says x86 on Win64 - Patch

2013-02-22 Thread Martin Koller
On Thursday 21 February 2013 20:46:14 Koller, Martin wrote: Hi all, I found an old cmake bug entry (see below) for the problem I have: I downloaded and installed the 32bit cmake exe on a 64bit windows and wanted to build our project as 64bit executable. However in our cmake files (which

Re: [CMake] CMAKE_SYSTEM_PROCESSOR says x86 on Win64 - Patch

2013-02-22 Thread Martin Koller
On Friday 22 February 2013 12:23:23 Koller, Martin wrote: I propose the attached patch for CMakeDetermineSystem.cmake Can someone add this to the mentioned mantis bug entry or shall I create a new one ? Revised patch which ignores the case of amd64 so that AMD64 works as well -- Best

[CMake] CMAKE_SYSTEM_PROCESSOR says x86 on Win64

2013-02-21 Thread Martin Koller
Hi all, I found an old cmake bug entry (see below) for the problem I have: I downloaded and installed the 32bit cmake exe on a 64bit windows and wanted to build our project as 64bit executable. However in our cmake files (which are used for Linux, Solaris, windows) we often check for the current

Re: [CMake] CMAKE_SYSTEM_PROCESSOR says x86 on Win64

2013-02-21 Thread John Drescher
On Thu, Feb 21, 2013 at 2:46 PM, Martin Koller martin.kol...@etm.at wrote: Hi all, I found an old cmake bug entry (see below) for the problem I have: I downloaded and installed the 32bit cmake exe on a 64bit windows and wanted to build our project as 64bit executable. However in our cmake