@brad.king ,
I have Intel 2019 update 5, so that one should be ok. Also, I had a look at the CMakeError.log
, but unfortunately, it’s really brief:
Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" failed.
Compiler:
Build flags:
Id flags:
The output was:
The system cannot find the file specified
Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" failed.
Compiler:
Build flags:
Id flags:
The output was:
The system cannot find the file specified
This happened with the first configuration, i.e. Visual Studio 15 2017 Win64
Makefile Generator. The one difference I can see is, that my project really uses C and C++ too, so I use project(myLib C CXX Fortran)
and not only Fortran language for this.