Brad King wrote:

> MSI
> takes care of reversing effects of the removed installation, so that
> may have removed it from your PATH.

Hmm, the steps I took were:

* Uninstall my pre-existing CMake 3.1 installation
* Install the CMake 3.5 32 bit package
** At this point everything worked on the command line. Maybe MSI added the 
correct directory to the PATH.
* Install the CMake 3.6 RC 64 bit package
** This may have caused MSI to remove the CMake 3.5 installation and to 
reverse the PATH manipulation for CMake 3.5.
** The install location for CMake 3.6 RC 64 bit was not added to my PATH?
* Install the CMake 3.6 RC 32 bit package
** This added the correct directory to my PATH, so I could use it in the 
command line environment.

Even if I look at it this way, there still seems to be a bug somewhere.

If no one can reproduce this, then I may have somehow made a mistake in the 
installation.

Thanks,

Steve.


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to