fix cmake deprecation (#105)

cmake version < then 3.10 is deprecated
This commit is contained in:
mosfet80 2025-10-03 09:52:49 +02:00 committed by GitHub
parent 782d395968
commit eaf288827a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.20)
project(laser_geometry)