Skip to content

Commit

Permalink
Fix nasa#117, update cmake_minimum_required
Browse files Browse the repository at this point in the history
Fixes the warning that support for old versions will be removed
The build does not actually expect such an old version
  • Loading branch information
jphickey committed Jun 28, 2022
1 parent c044cf8 commit 2b19ca8
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 2b19ca8

Please sign in to comment.