From 88dc176bba236a63fc88ba10b5b1e259f0b746a5 Mon Sep 17 00:00:00 2001 From: Sanjay Chauhan <98728760+snjchauhan07@users.noreply.github.com> Date: Mon, 26 Sep 2022 19:19:28 +0530 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b829c94..6af7de9 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. - +#sanjay 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)