blob: aa95a5d41e684a6653051c41529aad6f9984c4ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,7 +211,6 @@ if(NOT DEFINED ENV{ICU_ROOT} AND APPLE)
#Use the homebrew version. MacOS provided ICU doesn't provide development files
set(ICU_ROOT "/usr/local/opt/icu4c")
endif()
-find_package(ICU COMPONENTS uc i18n data)
set_package_properties(ICU PROPERTIES
TYPE RECOMMENDED
PURPOSE "For RSCALE (RFC7529) support"
@@ -253,7 +252,6 @@ if(NOT "$ENV{BerkeleyDB_ROOT_DIR}")
set(BerkeleyDB_ROOT_DIR "/usr/local/opt/berkeley-db")
endif()
endif()
-find_package(BerkeleyDB)
set_package_properties(BerkeleyDB PROPERTIES
TYPE OPTIONAL
PURPOSE "For Berkeley DB storage support"
|