Skip to content

Commit e44250e

Browse files
author
Davide Faconti
committed
make catkin happy
1 parent 620a5ec commit e44250e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.2)
22

3-
project(Groot)
3+
project(groot)
44

55
find_package(Qt5 COMPONENTS Core Widgets Gui OpenGL Xml Svg)
66
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake")

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<package>
3-
<name>Groot</name>
3+
<name>groot</name>
44
<version>0.3.0</version>
55
<description>Graphical editor to create behaviour trees</description>
66

0 commit comments

Comments
 (0)