[Cmake-commits] CMake branch, next, updated. v3.5.1-970-g14261ea
Brad King
brad.king at kitware.com
Fri Apr 15 13:46:51 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 14261ea2d15d0d91f4bca3afc40d28a45687234d (commit)
via cc684857c2959d7a49c0c390dcf3361804648c0b (commit)
from 0c0092a7a674dd0c760705fc81eacc4714394cc7 (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=14261ea2d15d0d91f4bca3afc40d28a45687234d
commit 14261ea2d15d0d91f4bca3afc40d28a45687234d
Merge: 0c0092a cc68485
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 15 13:46:51 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Apr 15 13:46:51 2016 -0400
Merge topic 'cmPolicies-missing-include' into next
cc684857 cmPolicies.cxx: Add missing include <ctype.h> for isdigit (#16066)
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cc684857c2959d7a49c0c390dcf3361804648c0b
commit cc684857c2959d7a49c0c390dcf3361804648c0b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 15 13:46:15 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Apr 15 13:46:15 2016 -0400
cmPolicies.cxx: Add missing include <ctype.h> for isdigit (#16066)
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index 3eb19bb..bce69c5 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -4,6 +4,7 @@
#include "cmVersion.h"
#include "cmVersionMacros.h"
#include "cmAlgorithms.h"
+#include <ctype.h>
#include <map>
#include <set>
#include <queue>
-----------------------------------------------------------------------
Summary of changes:
Source/cmPolicies.cxx | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list