File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/tools/clang-format-vs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ option(BUILD_CLANG_FORMAT_VS_PLUGIN "Build clang-format VS plugin" OFF)
2
2
if (BUILD_CLANG_FORMAT_VS_PLUGIN )
3
3
add_custom_target (clang_format_exe_for_vsix
4
4
${CMAKE_COMMAND} -E copy_if_different
5
- "${LLVM_TOOLS_BINARY_DIR} /${CMAKE_CFG_INTDIR} / clang-format.exe"
5
+ "${LLVM_TOOLS_BINARY_DIR} /clang-format.exe"
6
6
"${CMAKE_CURRENT_SOURCE_DIR} /ClangFormat/clang-format.exe"
7
7
DEPENDS clang-format )
8
8
@@ -23,6 +23,6 @@ if (BUILD_CLANG_FORMAT_VS_PLUGIN)
23
23
DEPENDS clang_format_exe_for_vsix "${CMAKE_CURRENT_SOURCE_DIR} /ClangFormat/source.extension.vsixmanifest"
24
24
COMMAND ${CMAKE_COMMAND} -E copy_if_different
25
25
"${CMAKE_CURRENT_SOURCE_DIR} /ClangFormat/bin/Release/ClangFormat.vsix"
26
- "${LLVM_TOOLS_BINARY_DIR} /${CMAKE_CFG_INTDIR} / ClangFormat.vsix"
26
+ "${LLVM_TOOLS_BINARY_DIR} /ClangFormat.vsix"
27
27
DEPENDS clang_format_exe_for_vsix clang_format_license )
28
28
endif ()
You can’t perform that action at this time.
0 commit comments