2011-10-14 13:22:10 -04:00
|
|
|
$OpenBSD: patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in,v 1.4 2011/10/14 17:22:10 dcoppa Exp $
|
|
|
|
--- Tests/CMakeTests/ModuleNoticesTest.cmake.in.orig Tue Oct 4 18:09:25 2011
|
|
|
|
+++ Tests/CMakeTests/ModuleNoticesTest.cmake.in Fri Oct 7 11:25:43 2011
|
|
|
|
@@ -22,6 +22,9 @@ string(REPLACE "\r\r" "\r" notice_regex "${notice_rege
|
2010-07-12 15:19:30 -04:00
|
|
|
# Modules that do not require our notice.
|
|
|
|
set(notice_exceptions
|
|
|
|
FindCUDA.cmake # MIT License, distributed here from upstream project
|
|
|
|
+ FindIconv.cmake
|
2011-09-20 07:32:36 -04:00
|
|
|
+ FindLCMS.cmake
|
2010-11-22 11:26:30 -05:00
|
|
|
+ FindLibintl.cmake
|
2010-07-12 15:19:30 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
# Load the list of modules to check.
|