[Cmake-commits] CMake branch, next, updated. v3.7.1-2040-g2e8f576

Brad King brad.king at kitware.com
Wed Jan 11 09:41:59 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  2e8f576a9d8b320f420aca2aaf0ac51bf1f8a5c3 (commit)
       via  6ae52ce4a16a65338c3e6ef44d4f4891667e07d7 (commit)
      from  69d0bac3bb25152fa0b3c4b23139b2bddb96eed2 (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=2e8f576a9d8b320f420aca2aaf0ac51bf1f8a5c3
commit 2e8f576a9d8b320f420aca2aaf0ac51bf1f8a5c3
Merge: 69d0bac 6ae52ce
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 11 09:41:58 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 11 09:41:58 2017 -0500

    Merge topic 'vs15-detect-from-installer' into next
    
    6ae52ce4 fixup! VS: Port Visual Studio Setup third-party header to older VS versions


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6ae52ce4a16a65338c3e6ef44d4f4891667e07d7
commit 6ae52ce4a16a65338c3e6ef44d4f4891667e07d7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 11 09:41:48 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jan 11 09:41:48 2017 -0500

    fixup! VS: Port Visual Studio Setup third-party header to older VS versions

diff --git a/Utilities/cmvssetup/Setup.Configuration.h b/Utilities/cmvssetup/Setup.Configuration.h
index 36b8747..6c9d8f9 100644
--- a/Utilities/cmvssetup/Setup.Configuration.h
+++ b/Utilities/cmvssetup/Setup.Configuration.h
@@ -32,6 +32,9 @@
 #ifndef _Reserved_
 #define _Reserved_
 #endif
+#ifndef MAXUINT
+#define MAXUINT     ((UINT)~((UINT)0))
+#endif
 
 // Enumerations
 //

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

Summary of changes:
 Utilities/cmvssetup/Setup.Configuration.h |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list