From 7ded27bae1ed01672e9a4cedec08389cd64b45a1 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:34:40 -0400 Subject: Update CMakeLists.txt (#5) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9edb081..8eca5ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 2.8) project(multihome C) include(CheckSymbolExists) include(CheckCSourceCompiles) -- cgit