Could NOT find Protobuf (missing: Protobuf_PROTOC_EXECUTABLE)

使用CMake工具编译开源项目,其中用到了protobuf这个依赖库,cmake项目配置时,出现如题所示的问题,怎么办?


解决办法:


cmake主界面点击按钮【Add Entry】,添加【Protobuf_PROTOC_EXECUTABLE】这个变量,


指向D:\vcpkg\packages\protobuf_x86-windows-static\tools\protobuf\protoc.exe所在的路径


Could NOT find Protobuf (missing: Protobuf_PROTOC_EXECUTABLE)


大功告成,Thanks♪(・ω・)ノ


上一篇:换一个角度理解委托和事件


下一篇:关于Microsoft Visual Studio远程调试监视器(msvsmon.exe)