diff --git a/CMakeLists.txt b/CMakeLists.txt index eb56286e..3b95cca8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,6 @@ endif() # Note PICO_SDK path is set by the SDK initialization if it occurs above if (NOT PICO_SDK) - message("Wibble") find_package(SDL2 2.0.1 REQUIRED) find_package(SDL2_mixer 2.0.0 REQUIRED) find_package(SDL2_net 2.0.0 REQUIRED)