[Cmake-commits] CMake branch, next, updated. v3.8.0-rc2-408-gf986793

Kitware Robot kwrobot at kitware.com
Tue Mar 7 11:55:02 EST 2017


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  f9867934158a7f067202d89dd683b1e8ed1010f3 (commit)
       via  f5c4dada1bf8bf6463d1128065b3f85e78935ecf (commit)
      from  a2fbb872bbdf459b40c2c026077714d4aeeb33b5 (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=f9867934158a7f067202d89dd683b1e8ed1010f3
commit f9867934158a7f067202d89dd683b1e8ed1010f3
Merge: a2fbb87 f5c4dad
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 7 16:53:40 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Mar 7 11:53:43 2017 -0500

    Stage topic 'cmake-server-aix'
    
    Topic-id: 22915
    Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/562


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f5c4dada1bf8bf6463d1128065b3f85e78935ecf
commit f5c4dada1bf8bf6463d1128065b3f85e78935ecf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 7 11:50:17 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 7 11:50:17 2017 -0500

    cmFileMonitor.h: Include cmConfigure.h first
    
    We need this to make Large File Support definitions consistent with
    other translation units.

diff --git a/Source/cmFileMonitor.h b/Source/cmFileMonitor.h
index 48169b8..2957328 100644
--- a/Source/cmFileMonitor.h
+++ b/Source/cmFileMonitor.h
@@ -2,6 +2,8 @@
    file Copyright.txt or https://cmake.org/licensing for details.  */
 #pragma once
 
+#include <cmConfigure.h> // IWYU pragma: keep
+
 #include <functional>
 #include <string>
 #include <vector>

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list