[clang-tools-extra] Fix Default Asset File locator for clang docs (PR #97505)
Joshua Batista via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 15:01:14 PDT 2024
================
@@ -44,7 +42,10 @@ foreach(f ${assets})
install(FILES ${asset_dir}/${f}
DESTINATION "${CMAKE_INSTALL_DATADIR}/clang-doc"
COMPONENT clang-doc)
- copy_files_to_dst(${asset_dir} ${resource_dir} ${f})
+ foreach(config ${CMAKE_CONFIGURATION_TYPES})
----------------
bob80905 wrote:
No, ninja / other single-config build systems fail, and such configs expect the asset files to be under
`<llvm-project-dir>/<MS-Build-Dir>/share/clang-doc`
https://github.com/llvm/llvm-project/pull/97505
More information about the cfe-commits
mailing list