Skip to content

Commit

Permalink
COMP: Bump to minimum CMake 3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso authored and dzenanz committed Jul 6, 2022
1 parent d531c72 commit 5c07777
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 3.10.2)
cmake_minimum_required(VERSION 3.16.3)
project(SplitComponents)

# set(SplitComponents_LIBRARIES SplitComponents) # header-only module, so no libraries
Expand Down

0 comments on commit 5c07777

Please sign in to comment.