diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-27 08:13:53 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-30 13:34:57 +0000 |
commit | 0c6eb1813b46c6324396964093bd04ac0050c0c4 (patch) | |
tree | 291eef7e9c08c6834c52958a278dd83ba4c377f3 /CMakeLists.txt | |
parent | 7a15d9138cd18bee2835467c5854d25e16b8f1ce (diff) |
Fix: change project avoiding uppercase
Change-Id: Ia9d457c253b170577b6ffeb23eebaeddf0937ec2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fc233f56..93342923 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) |