File tree 2 files changed +1
-2
lines changed 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ set(assets
25
25
)
26
26
27
27
set (asset_dir "${CMAKE_CURRENT_SOURCE_DIR} /../assets" )
28
- set (resource_dir "${LLVM_SHARE_OUTPUT_INTDIR} /clang-doc" )
28
+ set (resource_dir "${CMAKE_BINARY_DIR} /share /clang-doc" )
29
29
set (out_files)
30
30
31
31
function (copy_files_to_dst src_dir dst_dir file)
Original file line number Diff line number Diff line change @@ -446,7 +446,6 @@ mark_as_advanced(LLVM_EXAMPLES_INSTALL_DIR)
446
446
# They are used as destination of target generators.
447
447
set (LLVM_RUNTIME_OUTPUT_INTDIR ${CMAKE_CURRENT_BINARY_DIR} /${CMAKE_CFG_INTDIR} /bin)
448
448
set (LLVM_LIBRARY_OUTPUT_INTDIR ${CMAKE_CURRENT_BINARY_DIR} /${CMAKE_CFG_INTDIR} /lib${LLVM_LIBDIR_SUFFIX} )
449
- set (LLVM_SHARE_OUTPUT_INTDIR ${CMAKE_CURRENT_BINARY_DIR} /${CMAKE_CFG_INTDIR} /share)
450
449
if (WIN32 OR CYGWIN )
451
450
# DLL platform -- put DLLs into bin.
452
451
set (LLVM_SHLIB_OUTPUT_INTDIR ${LLVM_RUNTIME_OUTPUT_INTDIR} )
You can’t perform that action at this time.
0 commit comments