summaryrefslogtreecommitdiff
path: root/print/miktex/files/patch-CMakeLists.txt
blob: 19adf0979a8422106a9ea3e075f5a723feeadb7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- CMakeLists.txt.orig	2021-08-06 15:45:04 UTC
+++ CMakeLists.txt
@@ -1228,6 +1228,10 @@ if(USE_SYSTEM_ZZIP)
   find_package(ZZIP REQUIRED)
 endif()
 
+if(MIKTEX_FREEBSD)
+  find_package(Inotify REQUIRED)
+endif()
+
 if(MSVC)
   set(HAVE_PRAGMA_ONCE TRUE)
 endif()