Skip to content

Commit 4417117

Browse files
committed
set min CMake version to 3.13
1 parent 3d7e7f3 commit 4417117

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cmake_minimum_required(VERSION 3.11.0)
2-
project(pdal-python-plugins)
1+
cmake_minimum_required(VERSION 3.13.0)
32
project(pdal-python-plugins VERSION ${SKBUILD_PROJECT_VERSION}
43
DESCRIPTION "PDAL Python Plugins"
54
HOMEPAGE_URL "https://github.com/PDAL/python-plugins")

0 commit comments

Comments
 (0)