[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Apr 10 02:02:51 MDT 2014


The branch, master has been updated
       via  30abe3c cmake: Use 2.8.13 as version to check.
      from  b4a3718 uwrap: Fix memory leak on error.

http://gitweb.samba.org/?p=uid_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 30abe3c0fc12961d9242285b20c246ad5253010a
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Apr 9 12:00:25 2014 +0200

    cmake: Use 2.8.13 as version to check.

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

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


Changeset truncated at 500 lines:

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index be1bede..88b65f5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -22,7 +22,7 @@ install(
 )
 
 # This needs to be at the end
-if (CMAKE_VERSION VERSION_GREATER 2.8.12)
+if (CMAKE_VERSION VERSION_GREATER 2.8.13)
     cmake_policy(SET CMP0026 OLD)
 endif()
 get_target_property(UWRAP_LOCATION uid_wrapper LOCATION)


-- 
UID Wrapper Repository


More information about the samba-cvs mailing list