Skip to content

Commit

Permalink
Fix #123, 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 565d961 commit d8d38a9
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 d8d38a9

Please sign in to comment.