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  6792bac389454c54660335f98f3a07163da17467 (commit)
       via  59ebf292bbe8a039dd0530cd84e7b58448b3770c (commit)
      from  12af1245ee99372e77d8ae50feb3cc25c33c8362 (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=6792bac389454c54660335f98f3a07163da17467
commit 6792bac389454c54660335f98f3a07163da17467
Merge: 12af124 59ebf29
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Tue Aug 25 18:06:25 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Aug 25 18:06:25 2015 -0400

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


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=59ebf292bbe8a039dd0530cd84e7b58448b3770c
commit 59ebf292bbe8a039dd0530cd84e7b58448b3770c
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Aug 26 00:06:08 2015 +0200
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Wed Aug 26 00:06:08 2015 +0200

    fixup! cmGeneratorTarget: Move GetLanguages from cmTarget.

diff --git a/Source/cmGlobalVisualStudioGenerator.cxx 
b/Source/cmGlobalVisualStudioGenerator.cxx
index b422fdc..771d72d 100644
--- a/Source/cmGlobalVisualStudioGenerator.cxx
+++ b/Source/cmGlobalVisualStudioGenerator.cxx
@@ -836,10 +836,11 @@ void RegisterVisualStudioMacros(const std::string& 
macrosFile,
 bool
 cmGlobalVisualStudioGenerator::TargetIsFortranOnly(cmTarget const& target)
 {
+  cmGeneratorTarget* gt = this->GetGeneratorTarget(&target);
+
   // check to see if this is a fortran build
   std::set<std::string> languages;
   {
-  cmGeneratorTarget* gt = this->GetGeneratorTarget(&target);
 
   // Issue diagnostic if the source files depend on the config.
   std::vector<cmSourceFile*> sources;

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to