Skip to content

Commit d15b9d1

Browse files
committed
Support cmake 4.0
1 parent ec07a24 commit d15b9d1

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
@@ -20,7 +20,7 @@
2020
# this program. If not, see <http://www.gnu.org/licenses/>.
2121
###############################################################################
2222

23-
cmake_minimum_required(VERSION 2.8)
23+
cmake_minimum_required(VERSION 2.8...4.0)
2424

2525
project(sqlplot-tools)
2626

0 commit comments

Comments
 (0)