How perform Visual studio 2019 Ninja builds with custom CMake version?

独自空忆成欢 提交于 2019-12-11 09:10:20

问题


I'm trying to build a project with Ninja on Visual Studio 2019 from the IDE. I want to use a CMake version different from the one integrated in the VS 2019 distribution. I have set the cmakeExecutable variable in my CMakeSettings.json file to point to my system installation of CMake and the build works fine using the Visual Studio generator. However, if I use Ninja as generator, Visual Studio falls back using the VS-integrated version of CMake. Is there a way to build with Ninja and a custom CMake version from the IDE?

来源:https://stackoverflow.com/questions/58778775/how-perform-visual-studio-2019-ninja-builds-with-custom-cmake-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!