Skip to content

Commit

Permalink
Merge pull request #118 from jphickey/fix-117-update-cmake-min
Browse files Browse the repository at this point in the history
Fix #117, update cmake_minimum_required
  • Loading branch information
dzbaker committed Jun 29, 2022
2 parents c044cf8 + 2b19ca8 commit 90c6429
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,4 +1,4 @@
cmake_minimum_required(VERSION 2.6.4)
cmake_minimum_required(VERSION 3.5)
project(CFS_SCH_LAB C)

include_directories(fsw/mission_inc)
Expand Down

0 comments on commit 90c6429

Please sign in to comment.