[Cmake-commits] CMake branch, next, updated. v2.8.7-3366-g565a82d

David Cole david.cole at kitware.com
Wed Mar 28 15:18:59 EDT 2012


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  565a82df4140d14ae3ec80a5f0696b0569dc7022 (commit)
       via  8a704955e1cf4f703d12a4c9e429cbfe483339d7 (commit)
       via  3eb3d5f30696a45467f873ab1b2e8081f70ec2de (commit)
      from  355921cca96e4fa958dbbc4a8101233fcc4a69de (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=565a82df4140d14ae3ec80a5f0696b0569dc7022
commit 565a82df4140d14ae3ec80a5f0696b0569dc7022
Merge: 355921c 8a70495
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Mar 28 15:18:58 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Mar 28 15:18:58 2012 -0400

    Merge topic 'include-unistd-on-mac' into next
    
    8a70495 automoc: include <unistd.h> on Apple to get pathconf
    3eb3d5f KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8a704955e1cf4f703d12a4c9e429cbfe483339d7
commit 8a704955e1cf4f703d12a4c9e429cbfe483339d7
Author:     Sean McBride <sean at rogue-research.com>
AuthorDate: Tue Mar 27 19:36:33 2012 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Wed Mar 28 15:07:00 2012 -0400

    automoc: include <unistd.h> on Apple to get pathconf

diff --git a/Source/cmQtAutomoc.cxx b/Source/cmQtAutomoc.cxx
index 8b899bc..ca27530 100644
--- a/Source/cmQtAutomoc.cxx
+++ b/Source/cmQtAutomoc.cxx
@@ -20,6 +20,9 @@
 #include <cmsys/Terminal.h>
 
 #include <string.h>
+#if defined(__APPLE__)
+#include <unistd.h>
+#endif
 
 #include "cmQtAutomoc.h"
 

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

Summary of changes:
 Source/cmQtAutomoc.cxx            |    3 +++
 Source/kwsys/kwsysDateStamp.cmake |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list