Skip to content

Commit bfc48d2

Browse files
committed
trying to lower minimum required cmake
1 parent 1f04c63 commit bfc48d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 4.0)
1+
cmake_minimum_required(VERSION 3.31)
22
include(cmake/setup_pkg.cmake)
33
project(
44
${%%CPP_INIT_REPLACE%%_PROJECT_NAME}

0 commit comments

Comments
 (0)