You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Copyright (c) 2020-2023 Advanced Micro Devices, Inc. All rights reserved.
3
+
## Copyright (c) 2020-2024 Advanced Micro Devices, Inc. All rights reserved.
4
4
## \author AMD Developer Tools Team
5
5
## \file
6
6
## \brief Script to perform all necessary pre build steps. This includes:
@@ -66,7 +66,6 @@
66
66
parser.add_argument("--qt", default="5.15.2", help="specify the version of QT to be used with the script (default: 5.15.2)" )
67
67
parser.add_argument("--clean", action="store_true", help="delete any directories created by this script")
68
68
parser.add_argument("--no-qt", action="store_true", help="build a headless version (not applicable for all products)")
69
-
parser.add_argument("--build-number", default="0", help="specify the build number, primarily to be used by build machines to produce versioned builds")
70
69
parser.add_argument("--update", action="store_true", help="Force fetch_dependencies script to update all dependencies")
71
70
parser.add_argument("--output", default=output_root, help="specify the output location for generated cmake and build output files (default = OS specific subdirectory of location of PreBuild.py script)")
72
71
parser.add_argument("--build", action="store_true", help="build all supported configurations on completion of prebuild step")
0 commit comments