Visual Studio 12 2013 不支持 DOTNET 绑定

No DOTNET binding support for Visual Studio 12 2013

我一直致力于为 Windows 构建 C++ Qpid 消息代理,它使用 boost 库和 CMake 来进行实际构建。我 运行 命令 cmake -G "Visual Studio 12 2013" C:\< home >\Downloads\qpid-cpp-0.34 根据 install instructions for windows and I got this log output 在消息的末尾出现: No DOTNET binding support available for Visual Studio 12 2013

是否必须安装 dotnet 绑定才能使此构建工作?

根据我在 Apache Qpid 用户论坛上的回复,可以关闭绑定:

The binding is a product of the build. However, support for .NET binding ended with Visual Studio 2012. In your cmake command line turn off the .NET binding with:
-DBUILD_BINDING_DOTNET=No