Skip to content

Commit f43888a

Browse files
PeterChou1aaryanshukla
authored andcommitted
[clang-doc] fix paths by hard coding path to share (llvm#98099)
1 parent caa0cbc commit f43888a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-doc/tool/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(assets
2525
)
2626

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

3131
function(copy_files_to_dst src_dir dst_dir file)

0 commit comments

Comments
 (0)