summaryrefslogtreecommitdiff
path: root/textproc/cpp-peglib/files/patch-CMakeLists.txt
blob: dcc97fc9d238747f2429b1afaaba97d4d067e333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- CMakeLists.txt.orig	2022-07-09 00:35:05 UTC
+++ CMakeLists.txt
@@ -21,7 +21,9 @@ endif()
 
 add_subdirectory(lint)
 
+if (FREEBSD_BUILD_EXAMPLES)
 add_subdirectory(example)
+endif()
 # add_subdirectory(cymbol)
 
 if (${PEGLIB_BUILD_TESTS})