wesnoth / wesnoth

An open source, turn-based strategy game with a high fantasy theme.
https://www.wesnoth.org/
GNU General Public License v2.0
5.55k stars 1.02k forks source link

Address XCode warning regarding manual build order #9478

Open Vultraz opened 1 month ago

Vultraz commented 1 month ago

From the CI logs. Someone on macOS should enable the Parallelize build setting mentioned below.

warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
note: Target dependency graph (4 targets)
    Target 'unit_tests' in project 'The Battle for Wesnoth'
        ➜ Explicit dependency on target 'liblua' in project 'The Battle for Wesnoth'
    Target 'The Battle for Wesnoth' in project 'The Battle for Wesnoth'
        ➜ Explicit dependency on target 'wesnothd' in project 'The Battle for Wesnoth'
        ➜ Explicit dependency on target 'liblua' in project 'The Battle for Wesnoth'
    Target 'liblua' in project 'The Battle for Wesnoth' (no dependencies)
    Target 'wesnothd' in project 'The Battle for Wesnoth' (no dependencies)
cooljeanius commented 3 weeks ago

ok I think #9511 ought to fix this, but let's wait and see first...