[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2735-gb5e769f

Stephen Kelly steveire at gmail.com
Tue Jun 25 05:00:25 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  b5e769f10b90c13cab6c4dc35011644d10478031 (commit)
       via  a4f859c5aedefd8d946aa176975481a828350c04 (commit)
      from  39aa1bdefed9c58bf2c1950518689d19c2b28358 (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=b5e769f10b90c13cab6c4dc35011644d10478031
commit b5e769f10b90c13cab6c4dc35011644d10478031
Merge: 39aa1bd a4f859c
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jun 25 05:00:23 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 25 05:00:23 2013 -0400

    Merge topic 'IMPORTED-build-dependencies' into next
    
    a4f859c Make this a shared library.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a4f859c5aedefd8d946aa176975481a828350c04
commit a4f859c5aedefd8d946aa176975481a828350c04
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jun 25 10:59:35 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jun 25 10:59:35 2013 +0200

    Make this a shared library.

diff --git a/Tests/ExportImport/Import/A/excludedFromAll/CMakeLists.txt b/Tests/ExportImport/Import/A/excludedFromAll/CMakeLists.txt
index 8b20309..cd5a59b 100644
--- a/Tests/ExportImport/Import/A/excludedFromAll/CMakeLists.txt
+++ b/Tests/ExportImport/Import/A/excludedFromAll/CMakeLists.txt
@@ -3,5 +3,5 @@ set(CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE ON)
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 
 include(GenerateExportHeader)
-add_library(excludedFromAll EXCLUDE_FROM_ALL excludedFromAll.cpp)
+add_library(excludedFromAll SHARED EXCLUDE_FROM_ALL excludedFromAll.cpp)
 generate_export_header(excludedFromAll)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list