cmake energyplus build
i try to get energyplus complied but cmake gets error when i run configure with cmake and VS 2017:
cmake_configure
I have set source code as cloned directory of energyplus and build folder in new directory.
there are 2 cmake log files : cmake_error and cmake_output.
It seems i need setup fortran complier, need i ?
Which step i can setup "-march=native"as @MarkAdams recommendation in https://unmethours.com/question/10106... ?