Skip to content

Commit 6285257

Browse files
committed
Bump minimum CMake version to 3.5 to fix deprecation warning.
1 parent d39eb5d commit 6285257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# CMake version
7-
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
7+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
88

99
#
1010
# Configure CMake environment

source/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# CMake version
7-
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
7+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
88

99
# Meta information about the project
1010
set(META_PROJECT_NAME "cpplocate")

0 commit comments

Comments
 (0)