diff options
| author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2021-06-21 14:34:40 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 14:34:40 -0400 | 
| commit | 7ded27bae1ed01672e9a4cedec08389cd64b45a1 (patch) | |
| tree | ec7ba6e68707ea1f699fb92855ddd9b54f9035b7 | |
| parent | 6b67d8c63bf181350c0d87d488bbacf9e40e71ae (diff) | |
| download | multihome-7ded27bae1ed01672e9a4cedec08389cd64b45a1.tar.gz | |
Update CMakeLists.txt (#5)
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) | 
