zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.62k stars 2.35k forks source link

cmake cannot found some package, which function will be affected? #4530

Open fengmao31 opened 1 year ago

fengmao31 commented 1 year ago
-- Checking for module 'libbsd'
--   No package 'libbsd' found
-- Looking for strlcpy
-- Looking for strlcpy - not found
CMake Warning at CMakeLists.txt:266 (find_package):
  By not providing "Findsodium.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "sodium", but
  CMake did not find one.

  Could not find a package configuration file provided by "sodium" with any
  of the following names:

    sodiumConfig.cmake
    sodium-config.cmake

  Add the installation prefix of "sodium" to CMAKE_PREFIX_PATH or set
  "sodium_DIR" to a directory containing one of the above files.  If "sodium"
  provides a separate development package or SDK, be sure it has been
  installed.