Skip to content

Commit

Permalink
Ignore failure if hpx.pdf does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jul 18, 2022
1 parent 50a9c99 commit 37812e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/HPX_UpdateGitDocs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ if(HPX_WITH_GIT_BRANCH)
COPY "${DOCS_SOURCE}/latexpdf/latex/HPX.pdf"
DESTINATION "${DOCS_BRANCH_DEST}/pdf/"
PATTERN "*.buildinfo" EXCLUDE
RESULT __pdf_copied
)
endif()
# special handling of dependency report files
Expand Down

0 comments on commit 37812e3

Please sign in to comment.