We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06a43b commit 90df09bCopy full SHA for 90df09b
examples/conan_cmake/library/test_package/conanfile.py
@@ -27,8 +27,6 @@ def generate(self):
27
deps.set_property('mathutils', 'cmake_find_mode', 'none')
28
deps.generate()
29
tc = CMakeToolchain(self)
30
- # Use Ninja generator - Visual Studio generator doesn't support C++ modules yet
31
- tc.generator = 'Ninja Multi-Config'
32
tc.generate()
33
34
def build(self):
0 commit comments