Skip to content

Commit 58dcafb

Browse files
committed
Don't build ArgumentParser example projects
1 parent e656b99 commit 58dcafb

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
@@ -508,6 +508,7 @@ def build_swift_argument_parser(args):
508508
cmake_flags.append("-DCMAKE_OSX_DEPLOYMENT_TARGET=%s" % g_macos_deployment_target)
509509

510510
cmake_flags.append("-DBUILD_TESTING=NO")
511+
cmake_flags.append("-DBUILD_EXAMPLES=NO")
511512
build_with_cmake(args, cmake_flags, args.swift_argument_parser_source_dir, args.swift_argument_parser_build_dir)
512513

513514
def build_swift_driver(args):

0 commit comments

Comments
 (0)