diff options
author | Brad King <brad.king@kitware.com> | 2010-12-16 14:33:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-12-16 14:33:06 (GMT) |
commit | 58c73c43f62d581f62d694f5d144a021b9832284 (patch) | |
tree | fb7eec1e6a831116437668944bb9c4c92a5f904d /Modules/CMakeFortranCompiler.cmake.in | |
parent | 3fb088e521584dfed27513faf556b8b0d6cc73d3 (diff) | |
download | CMake-58c73c43f62d581f62d694f5d144a021b9832284.zip CMake-58c73c43f62d581f62d694f5d144a021b9832284.tar.gz CMake-58c73c43f62d581f62d694f5d144a021b9832284.tar.bz2 |
Detect Fortran target architecture on Windows
Commit 4430bccc (Change the way 32/64 bit compiles are detected with
MSVC and intel, 2009-11-19) added detection of the target processor to C
and CXX language builds with MS and Intel tools. Do the same for Intel
Fortran for Windows (ifort). Use /machine:<arch> to link executables.
Diffstat (limited to 'Modules/CMakeFortranCompiler.cmake.in')
-rw-r--r-- | Modules/CMakeFortranCompiler.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeFortranCompiler.cmake.in b/Modules/CMakeFortranCompiler.cmake.in index 5558651..146a6f2 100644 --- a/Modules/CMakeFortranCompiler.cmake.in +++ b/Modules/CMakeFortranCompiler.cmake.in @@ -2,6 +2,7 @@ SET(CMAKE_Fortran_COMPILER "@CMAKE_Fortran_COMPILER@") SET(CMAKE_Fortran_COMPILER_ARG1 "@CMAKE_Fortran_COMPILER_ARG1@") SET(CMAKE_Fortran_COMPILER_ID "@CMAKE_Fortran_COMPILER_ID@") SET(CMAKE_Fortran_PLATFORM_ID "@CMAKE_Fortran_PLATFORM_ID@") +@SET_MSVC_Fortran_ARCHITECTURE_ID@ SET(CMAKE_AR "@CMAKE_AR@") SET(CMAKE_RANLIB "@CMAKE_RANLIB@") SET(CMAKE_COMPILER_IS_GNUG77 @CMAKE_COMPILER_IS_GNUG77@) |