Skip to content

Commit

Permalink
Merge pull request #124 from jphickey/fix-123-update-cmake-min
Browse files Browse the repository at this point in the history
Fix #123, update cmake_minimum_required
  • Loading branch information
dzbaker committed Jun 30, 2022
2 parents 565d961 + d8d38a9 commit f8e4c9d
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_TO_LAB C)

# Include source directory for table use
Expand Down

0 comments on commit f8e4c9d

Please sign in to comment.