Skip to content

Commit 68b1d78

Browse files
committed
MB-48347: Update CMAKE_MINIMUM_REQUIRED to 3.13
Change-Id: Idc9f68d03e4643bed1fa27231933ca45e70d11a0 Reviewed-on: http://review.couchbase.org/c/geocouch/+/160932 Well-Formed: Restriction Checker Tested-by: Chris Hillery <[email protected]> Reviewed-by: Abhijeeth Nuthan <[email protected]>
1 parent 3e80407 commit 68b1d78

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,6 +1,6 @@
11
PROJECT (geocouch)
22

3-
CMAKE_MINIMUM_REQUIRED (VERSION 2.8)
3+
CMAKE_MINIMUM_REQUIRED (VERSION 3.13)
44

55
IF(NOT CMAKE_MODULE_PATH)
66
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../tlm/cmake/Modules")

0 commit comments

Comments
 (0)