Re: [CMake] CMake 3.9.0 Windows zip file shows wrong version

2017-08-08 Thread Adam Getchell
Yeah, that was it, lol. -- Adam Getchell https://keybase.io/adamgetchell > On Aug 8, 2017, at 1:33 AM, David Cole wrote: > > I suspect you are running a different cmake, not the one you've unzipped. > > Type "where cmake" instead of "cmake --version" and Windows will list >

Re: [CMake] CMake 3.9.0 Windows zip file shows wrong version

2017-08-08 Thread David Cole via CMake
I suspect you are running a different cmake, not the one you've unzipped. Type "where cmake" instead of "cmake --version" and Windows will list the directories where it finds an executable named cmake. The first one it lists is the one it is running when you type "cmake --version"... If you want

[CMake] CMake 3.9.0 Windows zip file shows wrong version

2017-08-07 Thread Adam Getchell
Hi all, The CMake 3.9.0 Windows zip file gives the wrong version. Here’s a snippet from my AppVeyor logs [1]: set CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.0-win64-x64.zip; appveyor DownloadFile %CMAKE_URL%