[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2880-gb130d72

Stephen Kelly steveire at gmail.com
Tue May 7 08:40:38 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  b130d725ff6986e2cbf5ecb2aacc292c55395d60 (commit)
       via  e807131513efe997a85cdb61d6757e519861d066 (commit)
      from  224168673684f41a472a7d5de6e721b9154650ce (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=b130d725ff6986e2cbf5ecb2aacc292c55395d60
commit b130d725ff6986e2cbf5ecb2aacc292c55395d60
Merge: 2241686 e807131
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 7 08:40:25 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 7 08:40:25 2013 -0400

    Merge topic 'fix-per-config-tll-include-dirs' into next
    
    e807131 Make this library non-SHARED.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e807131513efe997a85cdb61d6757e519861d066
commit e807131513efe997a85cdb61d6757e519861d066
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 7 14:39:43 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue May 7 14:39:43 2013 +0200

    Make this library non-SHARED.

diff --git a/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt b/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
index 2930330..b003a1b 100644
--- a/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
+++ b/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
@@ -115,7 +115,7 @@ endif()
 set(_exe_test $<STREQUAL:$<TARGET_PROPERTY:TYPE>,EXECUTABLE>)
 target_link_libraries(targetC $<$<AND:${_exe_test},${_exe_test}>:depG>)
 
-add_library(libConsumer SHARED empty.cpp)
+add_library(libConsumer empty.cpp)
 # This line causes $<$<CONFIG:Debug>:depA> to be used when
 # determining the include directories for libConsumer based on the
 # interface properties of its LINK_LIBRARIES. Because the above expression

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

Summary of changes:
 .../target_link_libraries/CMakeLists.txt           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list