From 61081bde06443d9d8be6a5f0891551cb9aa65991 Mon Sep 17 00:00:00 2001 From: graham sanderson Date: Thu, 9 Feb 2023 16:54:31 -0600 Subject: [PATCH] oops --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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)