Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Commit 86cf8ee

Browse files
committed
Fix build breakage
1 parent 91311b1 commit 86cf8ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_package/conanfile.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def build(self):
1111
cmake = CMake(self)
1212
# Current dir is "test_package/build/<build_id>" and CMakeLists.txt is
1313
# in "test_package"
14-
cmake.verbose = self.options.verbose
1514
cmake.configure()
1615
cmake.build()
1716

0 commit comments

Comments
 (0)