[Cmake-commits] CMake branch, next, updated. v3.3.0-rc2-676-g24f93e9

Bill Hoffman bill.hoffman at kitware.com
Thu Jun 25 15:11:19 EDT 2015


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  24f93e99d832b9194a158b2f5605a55580b12c52 (commit)
       via  b7728743f9c78ef15a0dcc30b9f22e44d0c65fb9 (commit)
      from  1a99eb71ed71060d4152fd4deca7edffee197d61 (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=24f93e99d832b9194a158b2f5605a55580b12c52
commit 24f93e99d832b9194a158b2f5605a55580b12c52
Merge: 1a99eb7 b772874
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Thu Jun 25 15:11:18 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 25 15:11:18 2015 -0400

    Merge topic 'auto_export_dll_symbols' into next
    
    b7728743 Use the correct name for the variable CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b7728743f9c78ef15a0dcc30b9f22e44d0c65fb9
commit b7728743f9c78ef15a0dcc30b9f22e44d0c65fb9
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Thu Jun 25 15:10:23 2015 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Thu Jun 25 15:10:23 2015 -0400

    Use the correct name for the variable CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.

diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index c90016d..7c7db5e 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -275,7 +275,7 @@ Variables that Control the Build
    /variable/CMAKE_USE_RELATIVE_PATHS
    /variable/CMAKE_VISIBILITY_INLINES_HIDDEN
    /variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD
-   /variable/WINDOWS_EXPORT_ALL_SYMBOLS
+   /variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
    /variable/CMAKE_WIN32_EXECUTABLE
    /variable/CMAKE_XCODE_ATTRIBUTE_an-attribute
    /variable/EXECUTABLE_OUTPUT_PATH

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

Summary of changes:
 Help/manual/cmake-variables.7.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list