CMake找到Boost但导入的目标不适用于Boost版本
我用CMake找到Boost。找到了Boost,但CMake出错了
导入的目标不适用于Boost版本
请参阅下面的完整错误(来自macOS)。我究竟做错了什么?
CMake Warning at /Applications/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:743 (message): Imported targets not available for Boost version 106300Call Stack (most recent call first): /Applications/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES)/Applications/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES)CMakeLists.txt:6 (find_package)Boost version: 1.63.0Found the following Boost libraries: threadCMake Warning at /Applications/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:743 (message): Imported targets not available for Boost version 106300Call Stack (most recent call first): /Applications/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES) /Applications/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:7 (find_package)
慕莱坞森
UYOU