Skip to content

Commit

Permalink
changed cmake version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaobr committed Nov 9, 2025
1 parent b6526ce commit 48fbac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PotreeConverter/Converter/libs/brotli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# several CI services, such as Travis and Drone, use it. Solaris 11
# has 2.8.6, and it's not difficult to support if you already have to
# support 2.8.7.
cmake_minimum_required(VERSION 2.8.6)
cmake_minimum_required(VERSION 3.16)

project(brotli C)

Expand Down

0 comments on commit 48fbac9

Please sign in to comment.