You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
554 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -192,7 +192,6 @@ endif()
  4. # libicu is highly recommended for RSCALE support
  5. # libicu can be found at http://www.icu-project.org
  6. # RSCALE info at https://tools.ietf.org/html/rfc7529
  7. -find_package(ICU)
  8. set_package_properties(ICU PROPERTIES
  9. TYPE RECOMMENDED
  10. PURPOSE "For RSCALE (RFC7529) support"
  11. @@ -216,7 +215,6 @@ if(ICU_I18N_FOUND)
  12. endif()
  13. # compile in Berkeley DB support
  14. -find_package(BDB)
  15. set_package_properties(BDB PROPERTIES
  16. TYPE OPTIONAL
  17. PURPOSE "For Berkeley DB storage support"