From e18e8cc5dd248fbf59e931ebc9c0347af80bc71b Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Sun, 29 Mar 2026 03:31:36 +0200 Subject: [PATCH] Forgot to remove this --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cae567cbce..051e5700fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,8 +28,6 @@ if (DUSK_MOVIE_SUPPORT AND NOT libjpeg-turbo_FOUND) set(DUSK_MOVIE_SUPPORT_REAL OFF) endif () -message(WARNING "FOUND: ${libjpeg-turbo_FOUND}") - if (CMAKE_SYSTEM_NAME STREQUAL Linux) # -Wno-multichar: Multi-character constants ('ABCD') are implementation-defined but all compilers # (CW, GCC, Clang, MSVC) encode them identically in big-endian order.