diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-03-23 15:14:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-03-23 15:14:39 +0000 |
commit | dfc988a222a38da36999395e393e3b1ed1ccdfde (patch) | |
tree | 73a34d2f778f8cae62d3a72d38aa63f8c2a28d80 /utils | |
parent | a2bdc00ea25f89185c1095a48a8f51cb2c1a20e6 (diff) | |
parent | 1ad06afe9f952642a26f4d28239cf05eb3283eb7 (diff) |
Merge "[HICN-6] ATS Working, little refactoring of apps"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/sysrepo-plugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sysrepo-plugin/CMakeLists.txt b/utils/sysrepo-plugin/CMakeLists.txt index c062c010c..6479aa6cd 100644 --- a/utils/sysrepo-plugin/CMakeLists.txt +++ b/utils/sysrepo-plugin/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. # -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.5 FATAL_ERROR) project(hicn_sysrepo_plugin) include(GNUInstallDirs) |