nss_wrapper/nss_wrapper-1.0.2-fix_cmake_policy.patch

14 lines
450 B
Diff
Raw Normal View History

2014-04-09 09:54:48 +00:00
Index: nss_wrapper-1.0.2/src/CMakeLists.txt
===================================================================
--- nss_wrapper-1.0.2.orig/src/CMakeLists.txt
+++ nss_wrapper-1.0.2/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(NWRAP_LOCATION nss_wrapper LOCATION)