From e684bc3ba25c9c352da23a16c6391bfc1c94a55e Mon Sep 17 00:00:00 2001 From: Shihab Shahriar Khan Date: Sun, 26 Nov 2023 22:50:14 -0500 Subject: [PATCH] Lower min CMake version (#12) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 173f599..5f9ebf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # TODO: Lower the min version required -cmake_minimum_required(VERSION 3.23) +cmake_minimum_required(VERSION 3.18) # Project's name project(OpenRAND)