Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 15, 2023
1 parent 390e29d commit 5dc3302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def build(self):
if self.options.build:
cmake.build()
if self.options.doc:
cmake.build(["--keep-going", "--verbose=1"], target="ipc_doc_public")
cmake.build(["--keep-going", "--verbose=1"], target="ipc_doc_full")
cmake.build(build_args=["--keep-going", "--verbose=1"], target="ipc_doc_public")
cmake.build(build_args=["--keep-going", "--verbose=1"], target="ipc_doc_full")

def requirements(self):
if self.options.build:
Expand Down

0 comments on commit 5dc3302

Please sign in to comment.