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  d34ceba47d9bf6b39ea9c8ed2dfabd9f2b5cb8c9 (commit)
       via  0ebf332199084fbc0bab789c9a66252094588f1e (commit)
      from  1cacc3898dc3ceb60806e138cb0cf22506ae3846 (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=d34ceba47d9bf6b39ea9c8ed2dfabd9f2b5cb8c9
commit d34ceba47d9bf6b39ea9c8ed2dfabd9f2b5cb8c9
Merge: 1cacc38 0ebf332
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Feb 20 03:28:54 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Feb 20 03:28:54 2013 -0500

    Merge topic 'fix-GEH-docs' into next
    
    0ebf332 Fix GenerateExportHeader documentation #13936


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0ebf332199084fbc0bab789c9a66252094588f1e
commit 0ebf332199084fbc0bab789c9a66252094588f1e
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Feb 20 09:26:20 2013 +0100
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Wed Feb 20 09:27:48 2013 +0100

    Fix GenerateExportHeader documentation #13936
    
    There is no CMAKE_CURRENT_BUILD_DIR. CMAKE_CURRENT_BINARY_DIR is
    the correct variable here.

diff --git a/Modules/GenerateExportHeader.cmake 
b/Modules/GenerateExportHeader.cmake
index ce23d5d..aa54534 100644
--- a/Modules/GenerateExportHeader.cmake
+++ b/Modules/GenerateExportHeader.cmake
@@ -47,7 +47,7 @@
 #     ...
 #   };
 #
-# The CMake fragment will generate a file in the ${CMAKE_CURRENT_BUILD_DIR}
+# The CMake fragment will generate a file in the ${CMAKE_CURRENT_BINARY_DIR}
 # called somelib_export.h containing the macros SOMELIB_EXPORT, 
SOMELIB_NO_EXPORT,
 # SOMELIB_DEPRECATED, SOMELIB_DEPRECATED_EXPORT and 
SOMELIB_DEPRECATED_NO_EXPORT.
 # The resulting file should be installed with other headers in the library.

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

Summary of changes:
 Modules/GenerateExportHeader.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

Reply via email to