So the issue was that I downloaded the .zip for the CMake 3.0 installer, then unzipped, then renamed the resulting directory to something a bit shorter. That caused problems. Just unzipping in the downloads directory and running CMake from there allowed my Intel Visual Fortran project to properly configure.
Thanks Mike Jackso On May 20, 2014, at 1:57 PM, Michael Jackson <[email protected]> wrote: > CMake-Gui Crashes and Cmake on the command line gives this error: > > > C:\Users\mjackson\Workspace\CTEMsoft\x64>C:\Applications\cmake-3.0.0\bin\cmake > - > G "Visual Studio 12 2013 Win64" ../ > CMake Error: Could not find CMAKE_ROOT !!! > CMake has most likely not been installed correctly. > Modules directory not found in > C:/Applications/cmake-3.0.0/share/cmake-3.0 > CMake Error: Error executing cmake::LoadCache(). Aborting. > > This is on a clean build folder > > Ideas? > > Mike Jackson > > > On May 20, 2014, at 1:44 PM, Brad King <[email protected]> wrote: > >> On 05/20/2014 11:46 AM, Michael Jackson wrote: >>> C:\Users\mjackson\Workspace\CTEMsoft\x64\CMakeFiles\CMakeTmp\cmTryCompileExec1754897950.vfproj(2,1): >>> error MSB4075: The project file >>> "C:\Users\mjackson\Workspace\CTEMsoft\x64\CMakeFiles\CMakeTmp\cmTryCompileExec1754897950.vfproj" >>> must be opened in the Visual Studio IDE and converted to the latest version >>> before it can be built by MSBuild. >> >> Try using the CMake 3.0.0-rc5 (or higher) release candidate: >> >> http://www.cmake.org/files/v3.0/?C=M;O=D >> >> It should work with that version. >> >> -Brad >> > -- 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://www.cmake.org/mailman/listinfo/cmake
