Skip to content

Commit

Permalink
[clang-doc] fix paths by hard coding path to share (#98099)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterChou1 authored Jul 9, 2024
1 parent 1d5ac72 commit 87d58ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang-tools-extra/clang-doc/tool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(assets
)

set(asset_dir "${CMAKE_CURRENT_SOURCE_DIR}/../assets")
set(resource_dir "${CMAKE_BINARY_DIR}/share/clang-doc")
set(resource_dir "${LLVM_RUNTIME_OUTPUT_INTDIR}/../share/clang-doc")
set(out_files)

function(copy_files_to_dst src_dir dst_dir file)
Expand Down

0 comments on commit 87d58ab

Please sign in to comment.