more renaming of acg to vci

This commit is contained in:
Max Lyon
2020-12-07 14:06:26 +01:00
parent 50363592be
commit bc7d5044a5
8 changed files with 14 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ IF (DOXYGEN_FOUND)
vci_create_doc_target(doc-install)
if (TARGET doc-install)
vci_copy_after_build (doc-install "${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/Doc/html" "${CMAKE_INSTALL_PREFIX}/${ACG_PROJECT_DATADIR}/doc/html")
vci_copy_after_build (doc-install "${CMAKE_BINARY_DIR}/Build/${VCI_PROJECT_DATADIR}/Doc/html" "${CMAKE_INSTALL_PREFIX}/${VCI_PROJECT_DATADIR}/doc/html")
endif()
ENDIF(DOXYGEN_FOUND)