diff options
Diffstat (limited to 'Modules/Platform/Windows-ifort.cmake')
-rw-r--r-- | Modules/Platform/Windows-ifort.cmake | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Modules/Platform/Windows-ifort.cmake b/Modules/Platform/Windows-ifort.cmake index a152864..1b3459d 100644 --- a/Modules/Platform/Windows-ifort.cmake +++ b/Modules/Platform/Windows-ifort.cmake @@ -43,13 +43,8 @@ SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "/debug:full") SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "/O2 /D NDEBUG") SET (CMAKE_Fortran_FLAGS_RELEASE_INIT "/MD /O1 /D NDEBUG") SET (CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "/O1 /debug:full /D NDEBUG") -SET (CMAKE_STANDARD_LIBRARIES "user32.lib" CACHE STRING - "Libraries linked by defalut with all applications.") - - -MARK_AS_ADVANCED(CMAKE_STANDARD_LIBRARIES) - +SET (CMAKE_Fortran_STANDARD_LIBRARIES_INIT "user32.lib") # executable linker flags SET (CMAKE_LINK_DEF_FILE_FLAG "/DEF:") |