diff --git a/firmware/CMakeLists.txt b/firmware/CMakeLists.txt index 49f6e74..9397e6e 100644 --- a/firmware/CMakeLists.txt +++ b/firmware/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_policy(SET CMP0048 NEW) -project(TapeLooper) cmake_minimum_required(VERSION 3.19) +project(TapeLooper) set(FIRMWARE_NAME TapeLooper)