[Cmake-commits] CMake branch, next, updated. v2.8.3-855-g47e4287

Brad King brad.king at kitware.com
Tue Dec 14 13:59:59 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, next has been updated
       via  47e42872654a72197cd9c82415e191b1ccc78e79 (commit)
       via  1dcc9777a752bce23478e02cea9c9930d441a688 (commit)
      from  cbbfe5224d1e4521d0f57a08f2ac5c35da039261 (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=47e42872654a72197cd9c82415e191b1ccc78e79
commit 47e42872654a72197cd9c82415e191b1ccc78e79
Merge: cbbfe52 1dcc977
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 14 13:59:58 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 14 13:59:58 2010 -0500

    Merge topic 'cygwin-module-prefix' into next
    
    1dcc977 Cygwin: Use 'cyg' prefix for module DLLs (#10122)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1dcc9777a752bce23478e02cea9c9930d441a688
commit 1dcc9777a752bce23478e02cea9c9930d441a688
Author:     Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
AuthorDate: Wed Oct 6 08:41:32 2010 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Dec 13 14:21:07 2010 -0500

    Cygwin: Use 'cyg' prefix for module DLLs (#10122)
    
    Cygwin now uses the prefix 'cyg' for plugin DLLs instead of 'lib'.

diff --git a/Modules/Platform/CYGWIN.cmake b/Modules/Platform/CYGWIN.cmake
index b157f72..1576982 100644
--- a/Modules/Platform/CYGWIN.cmake
+++ b/Modules/Platform/CYGWIN.cmake
@@ -3,7 +3,7 @@ SET(CYGWIN 1)
 
 SET(CMAKE_SHARED_LIBRARY_PREFIX "cyg")
 SET(CMAKE_SHARED_LIBRARY_SUFFIX ".dll")
-SET(CMAKE_SHARED_MODULE_PREFIX "lib")
+SET(CMAKE_SHARED_MODULE_PREFIX "cyg")
 SET(CMAKE_SHARED_MODULE_SUFFIX ".dll")
 SET(CMAKE_IMPORT_LIBRARY_PREFIX "lib")
 SET(CMAKE_IMPORT_LIBRARY_SUFFIX ".dll.a")

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

Summary of changes:
 Modules/Platform/CYGWIN.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list