Skip to content

Commit

Permalink
fix: wrong variable used for target name
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Feb 26, 2022
1 parent cc65bc2 commit 829f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ if(SPHINX_FOUND)
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/sphinx/index.html)

add_dependencies(
${META_PROJECT_NAME}_master_sphinx copy_doc_index
${META_PROJECT_ID}_master_sphinx copy_doc_index
# Add more submodule documentation targets after this, using variables in
# the target names consistently with the module's CMakeLists.txt.
)
Expand Down

0 comments on commit 829f351

Please sign in to comment.