Skip to content

Commit

Permalink
fixed cmake version config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaobr committed Nov 10, 2025
1 parent 4c159ed commit cd7db5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PotreeConverter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.)
cmake_minimum_required(VERSION 3.16)
set(CMAKE_SUPPRESS_REGENERATION true)

project(PotreeConverter LANGUAGES CXX)
Expand Down

0 comments on commit cd7db5f

Please sign in to comment.