[Cmake-commits] CMake branch, master, updated. v2.8.3-171-gffac70b

KWSys Robot kwrobot at kitware.com
Tue Dec 14 13:30:05 EST 2010


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, master has been updated
       via  ffac70b52848d369a08bd972fbf8a022c38ca86e (commit)
       via  da0a8f7f448a6ebbf39f50199f661b63a1cdc261 (commit)
      from  b5d7f2c57c4ce50f7cfdaef7133df40ff6269c4c (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=ffac70b52848d369a08bd972fbf8a022c38ca86e
commit ffac70b52848d369a08bd972fbf8a022c38ca86e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 14 13:20:23 2010 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Dec 14 13:30:03 2010 -0500

    KWSys: Use EXPORT name only if installing library
    
    Do not set KWSYS_INSTALL_LIBRARY_RULE just because the parent project set
    KWSYS_INSTALL_EXPORT_NAME.  Require KWSYS_INSTALL_LIB_DIR to be set too.

diff --git a/Source/kwsys/CMakeLists.txt b/Source/kwsys/CMakeLists.txt
index 18cae43..a35a01f 100644
--- a/Source/kwsys/CMakeLists.txt
+++ b/Source/kwsys/CMakeLists.txt
@@ -237,10 +237,10 @@ IF(COMMAND INSTALL)
 
   # Setup library install rules.
   SET(KWSYS_INSTALL_LIBRARY_RULE)
-  IF(KWSYS_INSTALL_EXPORT_NAME)
-    LIST(APPEND KWSYS_INSTALL_LIBRARY_RULE EXPORT ${KWSYS_INSTALL_EXPORT_NAME})
-  ENDIF()
   IF(KWSYS_INSTALL_LIB_DIR)
+    IF(KWSYS_INSTALL_EXPORT_NAME)
+      LIST(APPEND KWSYS_INSTALL_LIBRARY_RULE EXPORT ${KWSYS_INSTALL_EXPORT_NAME})
+    ENDIF()
     # Install the shared library to the lib directory.
     SET(KWSYS_INSTALL_LIBRARY_RULE ${KWSYS_INSTALL_LIBRARY_RULE}
       LIBRARY DESTINATION ${KWSYS_INSTALL_LIB_DIR}

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=da0a8f7f448a6ebbf39f50199f661b63a1cdc261
commit da0a8f7f448a6ebbf39f50199f661b63a1cdc261
Author:     KWSys Robot <kwrobot at kitware.com>
AuthorDate: Tue Dec 14 13:19:52 2010 -0500
Commit:     KWSys Robot <kwrobot at kitware.com>
CommitDate: Tue Dec 14 13:30:03 2010 -0500

    KWSys Nightly Date Stamp

diff --git a/Source/kwsys/kwsysDateStamp.cmake b/Source/kwsys/kwsysDateStamp.cmake
index c6a844f..7a9d2ca 100644
--- a/Source/kwsys/kwsysDateStamp.cmake
+++ b/Source/kwsys/kwsysDateStamp.cmake
@@ -18,4 +18,4 @@ SET(KWSYS_DATE_STAMP_YEAR  2010)
 SET(KWSYS_DATE_STAMP_MONTH 12)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   13)
+SET(KWSYS_DATE_STAMP_DAY   14)

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

Summary of changes:
 Source/kwsys/CMakeLists.txt       |    6 +++---
 Source/kwsys/kwsysDateStamp.cmake |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list