Skip to content

Commit

Permalink
chore: fix wrong order of project() and cmake_minimum_required()
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlowGrowth committed Sep 5, 2024
1 parent 0d66cd9 commit a969452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_policy(SET CMP0048 NEW)
project(TapeLooper)
cmake_minimum_required(VERSION 3.19)
project(TapeLooper)

set(FIRMWARE_NAME TapeLooper)

Expand Down

0 comments on commit a969452

Please sign in to comment.