Merge pull request #14287 from Sintendo/mac-cmake-fix

Fix MacUpdater build on CMake 3.31+
This commit is contained in:
OatmealDome 2026-01-17 14:51:23 -05:00 committed by GitHub
commit 7ec5b06ab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,6 @@ foreach(sb ${STORYBOARDS})
set(input ${CMAKE_CURRENT_SOURCE_DIR}/${sb})
add_custom_command(TARGET MacUpdater POST_BUILD
COMMAND ${IBTOOL} --errors --warnings --notices --output-format human-readable-text --compile ${output} ${input}
DEPENDS ${input}
COMMENT "Compiling Storyboard ${sb}...")
endforeach()