Skip to content

Commit 6a534be

Browse files
authored
Update minimal CMake version in CMakeLists.txt to 3.13
1 parent 4585b92 commit 6a534be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmake/regression/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 3.0.0 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
22
cmake_policy(SET CMP0057 NEW)
33

44
project(regression_test LANGUAGES C)

0 commit comments

Comments
 (0)