Skip to content

Commit e29cdcb

Browse files
committed
Use 'Metatargets' to avoid company name
1 parent 470842d commit e29cdcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/cmake/Modules/AddCompilerRT.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ macro(add_custom_libcxx name prefix)
608608
COMMENT "Clobbering ${name} build directories"
609609
USES_TERMINAL
610610
)
611-
set_target_properties(${name}-clear PROPERTIES FOLDER "Compiler-RT/Meta")
611+
set_target_properties(${name}-clear PROPERTIES FOLDER "Compiler-RT/Metatargets")
612612

613613
add_custom_command(
614614
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp
@@ -620,7 +620,7 @@ macro(add_custom_libcxx name prefix)
620620

621621
add_custom_target(${name}-clobber
622622
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp)
623-
set_target_properties(${name}-clobber PROPERTIES FOLDER "Compiler-RT/Meta")
623+
set_target_properties(${name}-clobber PROPERTIES FOLDER "Compiler-RT/Metatargets")
624624

625625
set(PASSTHROUGH_VARIABLES
626626
ANDROID

0 commit comments

Comments
 (0)