关于ZeroMQ问题
-
我在ROS2配置ZeroMQ,每次编译的时候都会说我找并不多这个包;也试过了网上的链接教程,还是不行
By not providing "FindZeroMQ.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ZeroMQ", but
CMake did not find one.Could not find a package configuration file provided by "ZeroMQ" with any
of the following names:ZeroMQConfig.cmake zeromq-config.cmake
Add the installation prefix of "ZeroMQ" to CMAKE_PREFIX_PATH or set
"ZeroMQ_DIR" to a directory containing one of the above files. If "ZeroMQ"
provides a separate development package or SDK, be sure it has been
installed. -
@1012327963 了解下find package 的流程和原理就明白了
-
@小鱼 嗯嗯,写了个cmake文件让他自动去查找出来了,现在已解决
-
1 1012327963 将这个主题转为问答主题,在
-
1 1012327963 将这个主题标记为已解决,在