cli11: disable building the examples (#26781)
This commit is contained in:
parent
9afc5ba198
commit
65d344b2f8
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class Cli11(CMakePackage):
|
|||
|
||||
def cmake_args(self):
|
||||
args = [
|
||||
'-DCLI11_BUILD_EXAMPLES=OFF',
|
||||
'-DCLI11_BUILD_DOCS=OFF',
|
||||
'-DCLI11_BUILD_TESTS=OFF',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue