File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler-rt/cmake/Modules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ macro(add_custom_libcxx name prefix)
608
608
COMMENT "Clobbering ${name} build directories"
609
609
USES_TERMINAL
610
610
)
611
- set_target_properties (${name} -clear PROPERTIES FOLDER "Compiler-RT/Meta " )
611
+ set_target_properties (${name} -clear PROPERTIES FOLDER "Compiler-RT/Metatargets " )
612
612
613
613
add_custom_command (
614
614
OUTPUT ${CMAKE_CURRENT_BINARY_DIR} /${name}-clobber-stamp
@@ -620,7 +620,7 @@ macro(add_custom_libcxx name prefix)
620
620
621
621
add_custom_target (${name} -clobber
622
622
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 " )
624
624
625
625
set (PASSTHROUGH_VARIABLES
626
626
ANDROID
You can’t perform that action at this time.
0 commit comments