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  d8227ed0bd89990b39407dd2e0486bea2c337d7e (commit)
       via  f639bd9a60502c680fce44c5ef0b63b131b874dc (commit)
      from  539150dd10ab582f5bc2d95dffe82b40cf4cd597 (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=d8227ed0bd89990b39407dd2e0486bea2c337d7e
commit d8227ed0bd89990b39407dd2e0486bea2c337d7e
Merge: 539150d f639bd9
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Feb 27 09:38:33 2017 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Feb 27 09:38:33 2017 -0500

    Merge topic 'libuv-solaris-10' into next
    
    f639bd9a libuv: Compile as C 90 on Solaris 10


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f639bd9a60502c680fce44c5ef0b63b131b874dc
commit f639bd9a60502c680fce44c5ef0b63b131b874dc
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Feb 27 09:37:39 2017 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Feb 27 09:37:39 2017 -0500

    libuv: Compile as C 90 on Solaris 10

diff --git a/Utilities/cmlibuv/CMakeLists.txt b/Utilities/cmlibuv/CMakeLists.txt
index 1899f83..6632a1e 100644
--- a/Utilities/cmlibuv/CMakeLists.txt
+++ b/Utilities/cmlibuv/CMakeLists.txt
@@ -224,6 +224,9 @@ if(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
     list(APPEND uv_defines
       _XOPEN_SOURCE=500
       )
+    if(CMAKE_C_STANDARD)
+      set(CMAKE_C_STANDARD 90)
+    endif()
   else()
     list(APPEND uv_defines
       _XOPEN_SOURCE=600

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

Summary of changes:
 Utilities/cmlibuv/CMakeLists.txt |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to