TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Modules / Platform / Windows-Intel-Fortran.cmake
1 include(Platform/Windows-Intel)
2 set(CMAKE_BUILD_TYPE_INIT Debug)
3 set(_COMPILE_Fortran " /fpp")
4 set(CMAKE_Fortran_MODDIR_FLAG "-module:")
5 set(CMAKE_Fortran_STANDARD_LIBRARIES_INIT "user32.lib")
6 __windows_compiler_intel(Fortran)
7 SET (CMAKE_Fortran_FLAGS_INIT "/W1 /nologo /fpp /libs:dll /threads")
8 SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "/debug:full /dbglibs")
9 SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "/O1 /D NDEBUG")
10 SET (CMAKE_Fortran_FLAGS_RELEASE_INIT "/O2 /D NDEBUG")
11 SET (CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "/O2 /debug:full /D NDEBUG")