Skip to content

Commit

Permalink
Remove verbose
Browse files Browse the repository at this point in the history
Co-Authored-By: Uilian Ries <[email protected]>
  • Loading branch information
Hopobcn and uilianries authored Jan 9, 2020
1 parent 9992311 commit 1a8557d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/imgui/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def source(self):

def _configure_cmake(self):
cmake = CMake(self)
cmake.verbose = True
cmake.configure()
return cmake

Expand All @@ -53,4 +52,4 @@ def package(self):
cmake.install()

def package_info(self):
self.cpp_info.libs = tools.collect_libs(self)
self.cpp_info.libs = tools.collect_libs(self)

0 comments on commit 1a8557d

Please sign in to comment.