我正在使用MinGW而不是Visual Studio来编译openCV库以在Qt .pro项目中使用它们。
我的问题是我的库文件在boost文件夹中都是{
type: 'cf_stack',
name: 'jenkins-bn183-5-2',
parent: null,
children: [Circular],
update_children: [Function] }
,而CMake正在尝试查找-vc100
个文件。
我的库位于以下目录中:
C:\ Program Files \ PCL 1.6.0 \ 3rdParty \ Boost \ lib
他们的名字如下:-mgw48
但我希望它们像:boost_date_time-vc100-mt-1_49.lib
这样CMake才能认出它们。
在哪里可以下载带boost_date_time-mgw48-mt-1_49.lib
个库的PCL?