From d55768ffe1009b5215e511a0bdcc370d389aa2d9 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Fri, 26 Dec 2025 21:35:33 +0100 Subject: [PATCH] Update CMakeLists.txt --- components/spotify/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/spotify/CMakeLists.txt b/components/spotify/CMakeLists.txt index f2b2c0e4..9794bcb7 100644 --- a/components/spotify/CMakeLists.txt +++ b/components/spotify/CMakeLists.txt @@ -27,6 +27,9 @@ if(_secret) set_source_files_properties(shim.cpp PROPERTIES COMPILE_OPTIONS "${_secret}") endif() +message(STATUS "THESE ARE SECRETS1! $ENV{SPOTIFY_SECRET}") +message(STATUS "THESE ARE SECRETS2! ${_secret}") + # because CMake is so broken, the cache set below overrides a normal "set" for the first build set(BELL_EXTERNAL_VORBIS "idf::codecs" CACHE STRING "provide own codecs") set(BELL_EXTERNAL_CJSON "idf::json" CACHE STRING "provide own CJSON")