diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 15:43:39 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 15:43:39 +0200 |
commit | 1da3e15e937fef91d68fc09f4c1903079460980e (patch) | |
tree | 2fa6bd233bb2108e67a1e715711f26eb114d5476 /cicn-plugin/CMakeLists.txt | |
parent | 92474b0c5c792d418a00d09a6adfaf94ac70d52b (diff) |
Fix underscore in project name of cicn-plugin
Change-Id: Ifa4560a2b72da1d23dd63d92d28934dfd066845a
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'cicn-plugin/CMakeLists.txt')
-rwxr-xr-x | cicn-plugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |