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 caf1258 commit abd1d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def build(self):
if self.options.build:
self.run("cmake --build . -- --keep-going VERBOSE=1")
if self.options.doc:
self.run("cmake --build . -- --target ipc_doc_public ipc_doc_full --keep-going VERBOSE=1")
self.run("cmake --build . -- ipc_doc_public ipc_doc_full --keep-going VERBOSE=1")

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

0 comments on commit abd1d55

Please sign in to comment.