From 14e1dcd14e73a699c94bdd883c34104daed0404a Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 26 Jan 2021 17:00:34 +0100 Subject: [HICN-677] Add support for unit testing across all subprojects Signed-off-by: Mauro Sardara Change-Id: I7fa6442f53860fe8dcda3c17b63cfca15aa26c63 Signed-off-by: Mauro Sardara --- ctrl/sysrepo-plugins/hicn-light/plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctrl/sysrepo-plugins/hicn-light/plugin/CMakeLists.txt') diff --git a/ctrl/sysrepo-plugins/hicn-light/plugin/CMakeLists.txt b/ctrl/sysrepo-plugins/hicn-light/plugin/CMakeLists.txt index e1d3dd39a..220809d71 100644 --- a/ctrl/sysrepo-plugins/hicn-light/plugin/CMakeLists.txt +++ b/ctrl/sysrepo-plugins/hicn-light/plugin/CMakeLists.txt @@ -20,7 +20,7 @@ set(CMAKE_C_FLAGS_RELEASE "-DNDEBUG -O2") set(CMAKE_C_FLAGS_DEBUG "-g -O0") set (CMAKE_INSTALL_LIBDIR "/usr/lib") -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.5) project(sysrepo-light-plugins) # Cmake find modules -- cgit 1.2.3-korg