Skip to content

Commit 24daa53

Browse files
committed
Don't build ArgumentParser example projects
1 parent fe3646c commit 24daa53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ def build_swift_argument_parser(args):
487487
cmake_flags.append("-DCMAKE_OSX_DEPLOYMENT_TARGET=%s" % g_macos_deployment_target)
488488

489489
cmake_flags.append("-DBUILD_TESTING=NO")
490+
cmake_flags.append("-DBUILD_EXAMPLES=NO")
490491
build_with_cmake(args, cmake_flags, args.swift_argument_parser_source_dir, args.swift_argument_parser_build_dir)
491492

492493
def build_swift_driver(args):

0 commit comments

Comments
 (0)