From e7f801c4c400b261c28df4878d6f3c426a1c37f4 Mon Sep 17 00:00:00 2001 From: Richard Voigtmann <71901885+ShadowPaint-SP@users.noreply.github.com> Date: Sun, 14 Dec 2025 11:07:19 +0100 Subject: [PATCH] Add suggestion from code review Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Richard Voigtmann <71901885+ShadowPaint-SP@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 194f51ad1..aade9d7e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -453,7 +453,7 @@ if(UNIX AND APPLE) add_custom_target(compile_assets ALL DEPENDS "${GENERATED_ASSETS_CAR}") install(FILES "${GENERATED_ASSETS_CAR}" DESTINATION "${RESOURCES_DEST_DIR}") else() - message(WARNING "Xcode ${XCODE_VERSION} is too old. Minimum required version is 26.0") + message(WARNING "Xcode ${XCODE_VERSION} is too old. Minimum required version is 26.0. Not compiling liquid glass icons.") endif() else()