From 0c6eb1813b46c6324396964093bd04ac0050c0c4 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 27 Jan 2017 08:13:53 +0000 Subject: Fix: change project avoiding uppercase Change-Id: Ia9d457c253b170577b6ffeb23eebaeddf0937ec2 Signed-off-by: Romain Forlot --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fc233f5..9334292 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ # limitations under the License. ########################################################################### -project(canLL) +project(ll-can) cmake_minimum_required(VERSION 3.3) -- cgit 1.2.3-korg