aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-01-27 08:13:53 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-01-30 13:34:57 +0000
commit0c6eb1813b46c6324396964093bd04ac0050c0c4 (patch)
tree291eef7e9c08c6834c52958a278dd83ba4c377f3 /CMakeLists.txt
parent7a15d9138cd18bee2835467c5854d25e16b8f1ce (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.txt2
1 files changed, 1 insertions, 1 deletions
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)