From 5a62e9b8063331be8553be7710efe073e47873ea Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 23 Nov 2024 15:07:49 +0100 Subject: [PATCH] fix CMakeLists.txt min version, cleanup shell.html's --- CMakeLists.txt | 2 +- src/2a03/shell.html | 8 -------- src/m6502/shell.html | 8 -------- src/z80/shell.html | 8 -------- 4 files changed, 1 insertion(+), 25 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 342e07d..d1a3de8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # # project: v6502r # -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.20) set(CMAKE_CXX_STANDARD 11) set(CMAKE_C_STANDARD 99) project(v6502r) diff --git a/src/2a03/shell.html b/src/2a03/shell.html index b8d7788..c8a188e 100644 --- a/src/2a03/shell.html +++ b/src/2a03/shell.html @@ -35,7 +35,6 @@