[CMake] Intel Fortran version 14, VS2013 Pro and CMake Errors

Michael Jackson mike.jackson at bluequartz.net
Tue May 20 14:10:25 EDT 2014


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 <mike.jackson at bluequartz.net> 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 <brad.king at kitware.com> 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
>> 
> 



More information about the CMake mailing list