Skip to content

Commit

Permalink
Fix #1263, Update minimum required cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jul 5, 2022
1 parent 419c673 commit ba43d13
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
Expand Up @@ -40,7 +40,7 @@
# OSAL resources.
#
######################################################################
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)
project(OSAL C)

# The "OSAL_EXT_SOURCE_DIR" cache variable may be set to a path
Expand Down

0 comments on commit ba43d13

Please sign in to comment.