Hi, I tried to upgrade CMake on Windows, hoping that it solves an issue with the execute_process command. (It does not seem to work from bash.)
So, I downloaded the latest zip, this one: https://cmake.org/files/v3.5/cmake-3.5.2-win32-x86.zip But it does not seem to contain neither cmake.exe nor cmake-gui.exe. It has cpack and ctest, though. The reason for not using the installer is that it is noted on the download page that previous CMake versions (<=3.4) should be uninstalled before installing 3.5.x, but we do actually need to keep the old versions for now. Is it possible to have 3.3 and 3.5 side by side? Do I need to compile 3.5 on my own? Cheers, Miklos
-- 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