[Cmake-commits] CMake branch, next, updated. v3.4.0-rc1-127-gd812f33

Stephen Kelly steveire at gmail.com
Wed Oct 7 02:37:51 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  d812f3379a2b00d374b8b95be3b8297a590417b5 (commit)
       via  84786ee484cce6ad54d15bcdd9d9a6ed64df7c22 (commit)
      from  3af63d13e8827bf86b53a85376c5f76a67604e4f (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d812f3379a2b00d374b8b95be3b8297a590417b5
commit d812f3379a2b00d374b8b95be3b8297a590417b5
Merge: 3af63d1 84786ee
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Oct 7 02:37:50 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 7 02:37:50 2015 -0400

    Merge topic 'cmGeneratorTarget-sources' into next
    
    84786ee4 fixup! cmGeneratorTarget: Move computed sources from cmTarget.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=84786ee484cce6ad54d15bcdd9d9a6ed64df7c22
commit 84786ee484cce6ad54d15bcdd9d9a6ed64df7c22
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Oct 7 08:36:59 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Oct 7 08:36:59 2015 +0200

    fixup! cmGeneratorTarget: Move computed sources from cmTarget.

diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index 3d5e89d..3fb0dc7 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -419,6 +419,8 @@ void cmGeneratorTarget::AddSource(const std::string& src)
   cge->SetEvaluateForBuildsystem(true);
   this->SourceEntries.push_back(
                         new TargetPropertyEntry(cge));
+  this->SourceFilesMap.clear();
+  this->LinkImplementationLanguageIsContextDependent = true;
 }
 
 void cmGeneratorTarget::AddTracedSources(std::vector<std::string> const& srcs)

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

Summary of changes:
 Source/cmGeneratorTarget.cxx |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list