From 4aca9562aa0bd96dd2a5e2bfb06d114134ee2f35 Mon Sep 17 00:00:00 2001 From: sumrakhushi <50650769+sumrakhushi@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:19:04 +0530 Subject: [PATCH] Some changes --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b829c94..f00a589 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright 2017 The LevelDB Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. See the AUTHORS file for names of contributors. - +# Khushbu cmake_minimum_required(VERSION 3.9) # Keep the version below in sync with the one in db.h project(leveldb VERSION 1.23.0 LANGUAGES C CXX)