openbsd-ports/devel/cmake/patches/patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in

14 lines
564 B
Plaintext
Raw Normal View History

$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
# Modules that do not require our notice.
set(notice_exceptions
FindCUDA.cmake # MIT License, distributed here from upstream project
+ FindIconv.cmake
+ FindLCMS.cmake
2010-11-22 11:26:30 -05:00
+ FindLibintl.cmake
)
# Load the list of modules to check.