我按照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
?
答案 0 :(得分:0)
只需转到CMakeLists.txt第134行,然后添加一个包含以下代码的新行
include(GenerateExportHeader)
可能它包含在旧版本的某些依赖项中