From 1da3e15e937fef91d68fc09f4c1903079460980e Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 13 Apr 2017 15:43:39 +0200 Subject: Fix underscore in project name of cicn-plugin Change-Id: Ifa4560a2b72da1d23dd63d92d28934dfd066845a Signed-off-by: Mauro Sardara --- cicn-plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicn-plugin/CMakeLists.txt b/cicn-plugin/CMakeLists.txt index ce33deb2..7ececa04 100755 --- a/cicn-plugin/CMakeLists.txt +++ b/cicn-plugin/CMakeLists.txt @@ -12,7 +12,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.2) -project(cicn_plugin) +project(cicn-plugin) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") # Dependencies -- cgit 1.2.3-korg