Skip to content

Commit

Permalink
[FIX] compile fixes in CmakeList and package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mascheiber committed Sep 12, 2022
1 parent 55f5649 commit 533952e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ list(

## Declare a C++ library
add_library(custom_libraries SHARED ${lib_sources})
add_dependencies(custom_libraries ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} ${PROJECT_NAME}_generate_messages_cpp)

## Add cmake target dependencies of the library
## as an example, code may need to be generated before libraries
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>autonomy</name>
<version>1.0</version>
<version>1.0.0</version>
<description>The CNS-FLIGHT STACK Autonomy package</description>

<maintainer email="alessandro.fornasier@aau.at">Alessandro Fornasier</maintainer>
Expand Down

0 comments on commit 533952e

Please sign in to comment.