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)
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
You can’t perform that action at this time.
0 commit comments