Skip to content

Move call to add_global_arguments() to prior to configuration of any build targets

Zachary requested to merge (removed):main into main

Move global_args to top of the file to prevent the build error: "Error: Tried to use 'add_global_arguments' after a build type had been declared This is not permitted. Please declare all arguments before your targets."

Merge request reports