Skip to content

Commit

Permalink
Merge pull request #113 from jphickey/fix112-update-cmake-min
Browse files Browse the repository at this point in the history
Fix #112, update cmake_minimum_required
  • Loading branch information
dzbaker committed Jun 29, 2022
2 parents 9a70ffa + 5b83c4c commit 75c916e
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_CI_LAB C)

include_directories(fsw/mission_inc)
Expand Down

0 comments on commit 75c916e

Please sign in to comment.