diff options
author | Brad King <brad.king@kitware.com> | 2013-10-11 17:40:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-18 13:55:59 (GMT) |
commit | af40e8c31256095eb8436b798fa1fbc0c71b0319 (patch) | |
tree | b3f8ca7e9003a4c6cd731ab26444d97d86f4111e /Source/cmGlobalVisualStudio7Generator.cxx | |
parent | b8522a8c8a64d6f86dc3618f658b07f7ba1d8fcd (diff) | |
download | CMake-af40e8c31256095eb8436b798fa1fbc0c71b0319.zip CMake-af40e8c31256095eb8436b798fa1fbc0c71b0319.tar.gz CMake-af40e8c31256095eb8436b798fa1fbc0c71b0319.tar.bz2 |
VS: Detect Intel Fortran compiler id and version
Teach CMakeDetermineCompilerId to use a .vfproj project file to
build the Fortran compiler id source file under the Visual Studio
generators.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx index 6247f7d..d476c24 100644 --- a/Source/cmGlobalVisualStudio7Generator.cxx +++ b/Source/cmGlobalVisualStudio7Generator.cxx @@ -76,7 +76,6 @@ void cmGlobalVisualStudio7Generator { mf->AddDefinition("CMAKE_GENERATOR_RC", "rc"); mf->AddDefinition("CMAKE_GENERATOR_NO_COMPILER_ENV", "1"); - mf->AddDefinition("CMAKE_GENERATOR_FC", "ifort"); this->AddPlatformDefinitions(mf); if(!mf->GetDefinition("CMAKE_CONFIGURATION_TYPES")) { |