We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8557d commit 5704f1dCopy full SHA for 5704f1d
recipes/imgui/all/test_package/conanfile.py
@@ -7,7 +7,6 @@ class TestPackageConan(ConanFile):
7
8
def build(self):
9
cmake = CMake(self)
10
- cmake.verbose = True
11
cmake.configure()
12
cmake.build()
13
0 commit comments