openbsd-ports/devel/cmake/patches/patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in
dcoppa d89de7a682 Update to cmake-2.8.5
Went in a bulk without issues, ok landry@
2011-09-20 11:32:36 +00:00

15 lines
596 B
Plaintext

$OpenBSD: patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in,v 1.3 2011/09/20 11:32:36 dcoppa Exp $
--- Tests/CMakeTests/ModuleNoticesTest.cmake.in.orig Fri Jul 8 14:21:50 2011
+++ Tests/CMakeTests/ModuleNoticesTest.cmake.in Fri Sep 9 10:49:42 2011
@@ -22,6 +22,10 @@ string(REPLACE "\r\r" "\r" notice_regex "${notice_rege
# Modules that do not require our notice.
set(notice_exceptions
FindCUDA.cmake # MIT License, distributed here from upstream project
+ FindIconv.cmake
+ FindLCMS.cmake
+ FindLibintl.cmake
+ MacroPushRequiredVars.cmake
)
# Load the list of modules to check.