From 829f351d22b384ddc060ae2df47ff9e801089dd2 Mon Sep 17 00:00:00 2001 From: Abdessattar Sassi <457645+abdes@users.noreply.github.com> Date: Sat, 26 Feb 2022 23:07:57 +0400 Subject: [PATCH] fix: wrong variable used for target name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfc01fe..5a8b636 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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. )