[CMake] CMake fails on Win7 x64 with VS 2012

2013-12-28 Thread Ansis Māliņš
The minimal CMakeLists.txt with content CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(CMakeTest) on CMake 2.8.12.1 on Windows 7 64 bit with Visual Studio 2012 produces the result CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446

Re: [CMake] CMake fails on Win7 x64 with VS 2012

2013-12-28 Thread John Drescher
On Sat, Dec 28, 2013 at 8:35 AM, Ansis Māliņš ansis.mal...@gmail.com wrote: The minimal CMakeLists.txt with content CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(CMakeTest) on CMake 2.8.12.1 on Windows 7 64 bit with Visual Studio 2012 produces the result CMake Error at C:/Program Files

Re: [CMake] CMake fails on Win7 x64 with VS 2012

2013-12-28 Thread Ansis Māliņš
Yes, I'm using Visual Studio 11 (aka 2012) generator. On Sat, Dec 28, 2013 at 3:04 PM, John Drescher dresche...@gmail.com wrote: On Sat, Dec 28, 2013 at 8:35 AM, Ansis Māliņš ansis.mal...@gmail.com wrote: The minimal CMakeLists.txt with content CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

Re: [CMake] CMake fails on Win7 x64 with VS 2012

2013-12-28 Thread John Drescher
On Sat, Dec 28, 2013 at 9:05 AM, Ansis Māliņš ansis.mal...@gmail.com wrote: Yes, I'm using Visual Studio 11 (aka 2012) generator. Did you try running cmake-gui from a Visual Studio 2012 x64 Command Prompt so that the compiler environment variables are set? John -- Powered by www.kitware.com

Re: [CMake] CMake fails on Win7 x64 with VS 2012

2013-12-28 Thread Ansis Māliņš
Yes. It shouldn't matter though. On Sat, Dec 28, 2013 at 3:08 PM, John Drescher dresche...@gmail.com wrote: On Sat, Dec 28, 2013 at 9:05 AM, Ansis Māliņš ansis.mal...@gmail.com wrote: Yes, I'm using Visual Studio 11 (aka 2012) generator. Did you try running cmake-gui from a Visual Studio

[CMake] Repeated Cmake runs with ParaView on OsX with Ninja CMake 2.8.12.1

2013-12-28 Thread Utkarsh Ayachit
I'm seeing a strange behavior since I updated to CMake 2.8.12.1. On my OsX Lion machine, with Ninja generator, when building ParaView, if I modify a CMakeLists.txt and then run ninja in close succession twice without any other changes, CMake is run both times! The second time, if I do ninja -d

[Cmake-commits] CMake branch, master, updated. v2.8.12.1-1016-g8b27589

2013-12-28 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 18d501a..1a39f2d 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 12) -set(CMake_VERSION_TWEAK 20131228