Skip to content
/ fmt Public
forked from fmtlib/fmt

Commit

Permalink
Fix install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jun 2, 2024
1 parent 250456d commit 871538d
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 @@ -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()

Expand Down

0 comments on commit 871538d

Please sign in to comment.