Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Sep 10, 2023
1 parent 0079615 commit 9df402e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/HPX_UpdateGitDocs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ string(REGEX REPLACE " " ";" HPX_WITH_DOCUMENTATION_OUTPUT_FORMATS

# If a branch name has been set, we copy files to a corresponding directory
if(HPX_WITH_GIT_BRANCH)
message("Updating branch directory, " "HPX_WITH_GIT_BRANCH=\"${HPX_WITH_GIT_BRANCH}\"")
message("Updating branch directory, "
"HPX_WITH_GIT_BRANCH=\"${HPX_WITH_GIT_BRANCH}\""
)
set(DOCS_BRANCH_DEST
"${HPX_BINARY_DIR}/docs/gh-pages/branches/${HPX_WITH_GIT_BRANCH}"
)
Expand Down

0 comments on commit 9df402e

Please sign in to comment.