[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4355-g4f3b3f7

Stephen Kelly steveire at gmail.com
Mon Sep 30 12:03:48 EDT 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  4f3b3f79bb62701b1338de22c1d99758db1d3acd (commit)
       via  fb8329d630d11d7ca9b7b288307c3c2bde3d7bf1 (commit)
      from  73a36cae17a1ff85c4ab65c289222e1d0ef4236e (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=4f3b3f79bb62701b1338de22c1d99758db1d3acd
commit 4f3b3f79bb62701b1338de22c1d99758db1d3acd
Merge: 73a36ca fb8329d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Sep 30 12:03:45 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 30 12:03:45 2013 -0400

    Merge topic 'INTERFACE_LIBRARY-target-type' into next
    
    fb8329d Make the dummy method public.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fb8329d630d11d7ca9b7b288307c3c2bde3d7bf1
commit fb8329d630d11d7ca9b7b288307c3c2bde3d7bf1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Sep 30 17:58:24 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Sep 30 17:58:24 2013 +0200

    Make the dummy method public.
    
    This may satisfy the Watcom compiler:
    
     D:\Dashboards\My Tests\CMake\Tests\PositionIndependentTargets\pic_lib.cpp(7): Warning! W011: col(1) all members are private
     Linking CXX static library test_target_static_library_properties.lib
     [ 53%] Built target test_target_static_library_properties
     Scanning dependencies of target sharedlib
     [ 61%] Building CXX object interface/CMakeFiles/sharedlib.dir/__/pic_lib.cpp.obj
     Linking CXX shared library sharedlib.dll
     Error! No exports in 'sharedlib.dll'
     Error(E42): Last command making (interface\sharedlib.dll) returned a bad status
     Error(E02): Make execution terminated
     Error(E42): Last command making (interface\CMakeFiles\sharedlib.dir\all) returned a bad status
     Error(E02): Make execution terminated
     Error(E42): Last command making (all) returned a bad status
     Error(E02): Make execution terminated

diff --git a/Tests/PositionIndependentTargets/pic_lib.cpp b/Tests/PositionIndependentTargets/pic_lib.cpp
index b8b25a3..b4d8aae 100644
--- a/Tests/PositionIndependentTargets/pic_lib.cpp
+++ b/Tests/PositionIndependentTargets/pic_lib.cpp
@@ -3,6 +3,7 @@
 
 class PIC_TEST_EXPORT Dummy
 {
+public:
   int dummy();
 };
 

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

Summary of changes:
 Tests/PositionIndependentTargets/pic_lib.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list