Skip to content

Commit b796990

Browse files
authored
Merge pull request #49 from ryouze/master
Bump minimum CMake version to 3.5 to fix deprecation warning.
2 parents d39eb5d + 6285257 commit b796990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
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

+1-1
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)