[Cmake-commits] CMake branch, next, updated. v3.3.1-2523-g1e744a0

Stephen Kelly steveire at gmail.com
Tue Aug 25 18:08:02 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  1e744a06addbbf60545c6bc29441810af552e9d6 (commit)
       via  4ffc76e24f669f0b6c0119fa2a64088983f4691b (commit)
      from  c2182a307118524bf6bbe567dfff849e396ee796 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1e744a06addbbf60545c6bc29441810af552e9d6
commit 1e744a06addbbf60545c6bc29441810af552e9d6
Merge: c2182a3 4ffc76e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Aug 25 18:08:01 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 25 18:08:01 2015 -0400

    Merge topic 'use-generator-target' into next
    
    4ffc76e2 fixup! cmGeneratorTarget: Move GetLanguages from cmTarget.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4ffc76e24f669f0b6c0119fa2a64088983f4691b
commit 4ffc76e24f669f0b6c0119fa2a64088983f4691b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Aug 26 00:07:34 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Aug 26 00:07:34 2015 +0200

    fixup! cmGeneratorTarget: Move GetLanguages from cmTarget.

diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx
index 771d72d..2bf04b4 100644
--- a/Source/cmGlobalVisualStudioGenerator.cxx
+++ b/Source/cmGlobalVisualStudioGenerator.cxx
@@ -841,7 +841,6 @@ cmGlobalVisualStudioGenerator::TargetIsFortranOnly(cmTarget const& target)
   // check to see if this is a fortran build
   std::set<std::string> languages;
   {
-
   // Issue diagnostic if the source files depend on the config.
   std::vector<cmSourceFile*> sources;
   if (!gt->GetConfigCommonSourceFiles(sources))

-----------------------------------------------------------------------

Summary of changes:
 Source/cmGlobalVisualStudioGenerator.cxx |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list