Skip to content

Commit 6eca2fd

Browse files
authored
Merge pull request #3174 from bnbarham/cherry-fix-dist-features-file
[20210726][CMake] Rename install features file target
2 parents a9ff420 + 1255507 commit 6eca2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/tools/driver/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ add_custom_target(clang-features-file DEPENDS ${features_file_dest})
136136
add_dependencies(clang clang-features-file)
137137
install(FILES ${features_file_dest}
138138
DESTINATION "share/clang"
139-
COMPONENT clang)
139+
COMPONENT clang-features-file)
140140
if(NOT LLVM_ENABLE_IDE)
141-
add_llvm_install_targets("install-features-file"
141+
add_llvm_install_targets("install-clang-features-file"
142142
DEPENDS clang-features-file
143-
COMPONENT clang)
143+
COMPONENT clang-features-file)
144144
endif()

0 commit comments

Comments
 (0)