[DEV] update Catkin

This commit is contained in:
2015-04-14 21:53:14 +02:00
parent 41f55ab83d
commit be5489bc73
5 changed files with 26 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.3)
project(river_test)
project(audio_river_test)
set(CMAKE_VERBOSE_MAKEFILE ON)
@@ -7,7 +7,7 @@ set(CMAKE_VERBOSE_MAKEFILE ON)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
river
audio_river
)
###################################