Skip to content

Commit

Permalink
fix cmake version deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Oct 23, 2023
1 parent 3a60f69 commit 44d482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# project: v6502r
#
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_C_STANDARD 99)
project(v6502r)
Expand Down

0 comments on commit 44d482b

Please sign in to comment.