CMakeList
文章平均质量分 53
不加辣先生
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Could not find a package configuration file provided by “G2O“
Could not find a package configuration file provided by “G2O” with any of the following names: G2OConfig.cmake g2o-config.cmake 在CMakeList.txt中添加 LIST( APPEND CMAKE_MODULE_PATH /XXX/g2o/cmake_modules ) SET( G2O_ROOT /home/xxx/g2o ) FIND_PACKAGE( G2O REQUI原创 2021-02-07 11:26:39 · 1240 阅读 · 0 评论 -
CMakeList 创建节点遇到问题
1、CMake Warning at lidar_localization/CMakeLists.txt:90 (add_executable): Cannot generate a safe runtime search path for target back_end_node because files in some directories may conflict with libraries in implicit directories: runtime library [libpcl_com原创 2021-02-07 11:19:39 · 4469 阅读 · 1 评论
分享