summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-10-29 14:06:10 (GMT)
committerBrad King <brad.king@kitware.com>2009-10-29 14:06:10 (GMT)
commit537906b467c06cb927af3fe855d05bf57bb5350d (patch)
tree73e75cdb7dbb9a44210899a0deb74ab015d8c65c /Tests
parent5075c255f7b2c5a2625a9f48f5f4948675c29f6b (diff)
downloadCMake-537906b467c06cb927af3fe855d05bf57bb5350d.zip
CMake-537906b467c06cb927af3fe855d05bf57bb5350d.tar.gz
CMake-537906b467c06cb927af3fe855d05bf57bb5350d.tar.bz2
Fix flags for Intel Fortran on Windows
We replace "/MD" with ifort-specific flags as follows: /MD -> /threads /libs:dll /MDd -> /threads /libs:dll /dbglibs We also enable the "/MD" equivalent for all Fortran configurations. Previously multithreaded dll runtimes were used for release builds and threaded static runtimes for debug builds. For mixed Fortran C/C++ projects, this led to link warnings for Debug but not for Release. See issue #8744.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions