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  860ad8e96ac20c8fb77ee853b7c18b15db1747f1 (commit)
       via  df7fa47c1b42a360158f0b8596d177998fd4fa2d (commit)
      from  3b96df21e3d3ca0b3be6403263a6d0b33ddf20b4 (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=860ad8e96ac20c8fb77ee853b7c18b15db1747f1
commit 860ad8e96ac20c8fb77ee853b7c18b15db1747f1
Merge: 3b96df2 df7fa47
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Dec 6 08:28:21 2016 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Dec 6 08:28:21 2016 -0500

    Merge topic 'update-curl' into next
    
    df7fa47c curl: Disable symbol hiding logic in build for CMake


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=df7fa47c1b42a360158f0b8596d177998fd4fa2d
commit df7fa47c1b42a360158f0b8596d177998fd4fa2d
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Dec 6 08:17:57 2016 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue Dec 6 08:18:33 2016 -0500

    curl: Disable symbol hiding logic in build for CMake
    
    We already disable the code using `HIDES_CURL_PRIVATE_SYMBOLS`, so skip
    the code to set it too, thus avoiding unnecessary `message()` calls.

diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
index 4a91017..262554d 100644
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
@@ -183,7 +183,9 @@ if(MSVC)
   mark_as_advanced(BUILD_RELEASE_DEBUG_DIRS)
 endif()
 
+if(0) # This code not needed for building within CMake.
 include(CurlSymbolHiding)
+endif()
 
 option(HTTP_ONLY "disables all protocols except HTTP (This overrides all 
CURL_DISABLE_* options)" OFF)
 mark_as_advanced(HTTP_ONLY)

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

Summary of changes:
 Utilities/cmcurl/CMakeLists.txt |    2 ++
 1 file changed, 2 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