cmake: Use 2.8.13 as version to check.
authorAndreas Schneider <asn@samba.org>
Wed, 9 Apr 2014 10:00:25 +0000 (12:00 +0200)
committerAndreas Schneider <asn@samba.org>
Wed, 9 Apr 2014 10:00:25 +0000 (12:00 +0200)
src/CMakeLists.txt

index be1bede0052b7b0c30310a7118103cd3c89c9752..88b65f5c836b23eef6ac9bd86cd7a0de023861c6 100644 (file)
@@ -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)