diff --git a/CMakeLists.txt b/CMakeLists.txt index 2411eaad..260842c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -446,7 +446,7 @@ function(add_doc_target) SOURCES ${sources}) include(GNUInstallDirs) - install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/site/ + install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/support/site/ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/doc/fmt OPTIONAL) endfunction()