[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1466-g1a489e5

Stephen Kelly steveire at gmail.com
Mon Jan 7 19:03:18 EST 2013


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  1a489e5c088e31b33b506b4c941b0f45f91ef161 (commit)
       via  b14ba08fdcfcb22c0392e7166bcfb41f7fe6f357 (commit)
      from  7e91a0f4baa905b8d8c635616bb8d89d18ee23c1 (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=1a489e5c088e31b33b506b4c941b0f45f91ef161
commit 1a489e5c088e31b33b506b4c941b0f45f91ef161
Merge: 7e91a0f b14ba08
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jan 7 19:03:16 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 7 19:03:16 2013 -0500

    Merge topic 'include-dirs-convenience' into next
    
    b14ba08 Add missing EXPORT macro.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b14ba08fdcfcb22c0392e7166bcfb41f7fe6f357
commit b14ba08fdcfcb22c0392e7166bcfb41f7fe6f357
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jan 8 01:02:32 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jan 8 01:02:32 2013 +0100

    Add missing EXPORT macro.
    
    Hopefully fix Windows build.

diff --git a/Tests/CMakeCommands/target_link_libraries/subdir/subdirlib.h b/Tests/CMakeCommands/target_link_libraries/subdir/subdirlib.h
index d9eaf65..e386f87 100644
--- a/Tests/CMakeCommands/target_link_libraries/subdir/subdirlib.h
+++ b/Tests/CMakeCommands/target_link_libraries/subdir/subdirlib.h
@@ -4,7 +4,7 @@
 
 #include "subdirlib_export.h"
 
-struct SubDirLibObject
+struct SUBDIRLIB_EXPORT SubDirLibObject
 {
   int foo() const;
 };

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

Summary of changes:
 .../target_link_libraries/subdir/subdirlib.h       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list