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 aca6e8c commit aec81f5
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(target="ipc_doc_public", args=["--keep-going"])
cmake.build(target="ipc_doc_full", args=["--keep-going"])
cmake.build("--keep-going", target="ipc_doc_public")
cmake.build("--keep-going", target="ipc_doc_full")

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

0 comments on commit aec81f5

Please sign in to comment.