Skip to content

Commit

Permalink
Set project VERSION in moveit_common, fix sonames (moveit#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser authored and christianlandgraf committed Aug 12, 2021
1 parent 01379af commit 25166f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions moveit_common/cmake/moveit_package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@


macro(moveit_package)
# Set ${PROJECT_NAME}_VERSION
find_package(ament_cmake REQUIRED)
ament_package_xml()

if(NOT "${CMAKE_CXX_STANDARD}")
set(CMAKE_CXX_STANDARD 14)
endif()
Expand Down
2 changes: 1 addition & 1 deletion moveit_core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10.2)
project(moveit_core VERSION 2.2.0 LANGUAGES CXX)
project(moveit_core LANGUAGES CXX)

# Common cmake code applied to all moveit packages
find_package(moveit_common REQUIRED)
Expand Down

0 comments on commit 25166f4

Please sign in to comment.