Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/finance/ledger/files/patch-CMakeLists.txt
50319 views
1
--- CMakeLists.txt.orig 2025-10-26 05:55:04 UTC
2
+++ CMakeLists.txt
3
@@ -112,8 +112,8 @@ endif()
4
5
########################################################################
6
7
-include(FindICU)
8
find_package(ICU ${Required_Icu_Version} OPTIONAL_COMPONENTS uc i18n)
9
+include(FindICU)
10
11
include(CheckIncludeFiles)
12
include(CheckLibraryExists)
13
14