[Cmake-commits] CMake branch, next, updated. v3.7.0-rc3-942-g998cbca

Daniel Pfeifer daniel at pfeifer-mail.de
Sat Nov 5 19:12:04 EDT 2016


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  998cbca769bb7cedf28bd1d77c51b0de63f1913c (commit)
       via  0cd654c8e23b19311bae876ada4ad5b432c1ad1b (commit)
      from  2c62af2d4bc7c5f1d66869b49da138f76586c155 (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=998cbca769bb7cedf28bd1d77c51b0de63f1913c
commit 998cbca769bb7cedf28bd1d77c51b0de63f1913c
Merge: 2c62af2 0cd654c
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Sat Nov 5 19:12:03 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Nov 5 19:12:03 2016 -0400

    Merge topic 'clang-tidy' into next
    
    0cd654c8 cmGeneratorTarget: Correctly set FortranModuleDirectoryCreated


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0cd654c8e23b19311bae876ada4ad5b432c1ad1b
commit 0cd654c8e23b19311bae876ada4ad5b432c1ad1b
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Sun Nov 6 00:11:03 2016 +0100
Commit:     Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Sun Nov 6 00:11:03 2016 +0100

    cmGeneratorTarget: Correctly set FortranModuleDirectoryCreated

diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index ca3e373..f5db7f6 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -3947,6 +3947,7 @@ std::string cmGeneratorTarget::GetFortranModuleDirectory(
   if (!this->FortranModuleDirectoryCreated) {
     this->FortranModuleDirectory =
       this->CreateFortranModuleDirectory(working_dir);
+    this->FortranModuleDirectoryCreated = true;
   }
 
   return this->FortranModuleDirectory;

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list