From 013a02f98358fc14fdafe9abc6a78dca19a345b7 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Tue, 11 Nov 2025 00:26:43 +0100 Subject: [PATCH] CMake: Remove leftover debug message This was forgotten in 0c9fc9a --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c665f8a..ce784fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,8 +136,6 @@ if(NOT BUILD_SHARED_LIBS) set(SPATIALAUDIO_STATIC YES) endif() -message("Type: $") - configure_file( "include/SpatialaudioConfig.h.in" "include/SpatialaudioConfig.h"