如何在win中构建mongodb-cxx-driver

时间:2016-11-08 07:57:55

标签: windows mongodb bson

我按照https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/installation/的说明进行了操作,但我在 STEP4 时屏蔽了它,它说:

CMakeLists.txt上的CMake错误:135(generate_export_header): 未知的CMake命令“generate_export_header”。

我发现这个命令存在了很长时间。我试过cmake3.7rc1和rc3,但一直都是错误的。 如何构建bsoncxx

1 个答案:

答案 0 :(得分:0)

只需转到CMakeLists.txt第134行,然后添加一个包含以下代码的新行

include(GenerateExportHeader)

可能它包含在旧版本的某些依赖项中