Skip to content

Commit

Permalink
Revert cmake_minimum_required to 3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Jun 7, 2024
1 parent db9365a commit f9ac71a
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.8...3.28)
cmake_minimum_required(VERSION 3.8...3.26)

# Fallback for using newer policies on CMake <3.12.
if (${CMAKE_VERSION} VERSION_LESS 3.12)
Expand Down

0 comments on commit f9ac71a

Please sign in to comment.