diff options
author | Brad King <brad.king@kitware.com> | 2013-02-25 18:12:09 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-02-25 18:12:09 (GMT) |
commit | 990c440ddd599d0bf4cad2cb7ac1688a42dca6d9 (patch) | |
tree | a094c427d2b33c5a62d533f4714e4f07f87efe01 | |
parent | 9d4394148a5180c46aee249564de44609fbe2594 (diff) | |
parent | 9f941816348493522f8ddf60e633c1e82d9002cb (diff) | |
download | CMake-990c440ddd599d0bf4cad2cb7ac1688a42dca6d9.zip CMake-990c440ddd599d0bf4cad2cb7ac1688a42dca6d9.tar.gz CMake-990c440ddd599d0bf4cad2cb7ac1688a42dca6d9.tar.bz2 |
Merge topic 'ide-compiler-vars-Fortran'
9f94181 VS: Restore CMAKE_GENERATOR_FC variable
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx index 154aa32..63cbdb8 100644 --- a/Source/cmGlobalVisualStudio7Generator.cxx +++ b/Source/cmGlobalVisualStudio7Generator.cxx @@ -29,6 +29,7 @@ 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); // Create list of configurations requested by user's cache, if any. |