Skip to content

Commit

Permalink
Updates to catkin cofiguration.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykcieslak committed Nov 25, 2020
1 parent 137931f commit 9a0c128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ find_package(catkin REQUIRED COMPONENTS
)

find_package(PkgConfig REQUIRED)
pkg_check_modules(Stonefish REQUIRED stonefish>=1.1.0)
pkg_check_modules(Stonefish REQUIRED stonefish>=1.2.0)

add_message_files(
FILES
Expand All @@ -34,7 +34,7 @@ generate_messages(
std_msgs
)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
add_compile_options(${Stonefish_CFLAGS})

catkin_package(
Expand Down

0 comments on commit 9a0c128

Please sign in to comment.