Skip to content

Commit

Permalink
No need to specify these deps here again. Also the output was broken …
Browse files Browse the repository at this point in the history
…anyways.

Related issue: rock-core/package_set#196
  • Loading branch information
moooeeeep committed Oct 14, 2021
1 parent f815453 commit 4adbad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ endif()

if(NOT catkin_FOUND)
set(TARGET_NAME ${PROJECT_NAME})
set(PKGCONFIG_LIBS
${Boost_LIBRARIES}
${console_bridge_LIBRARIES}
${Poco_LIBRARIES}
)

set(PROJECT_DESCRIPTION "ROS-independent library for dynamic class (i.e. plugin) introspection and loading from runtime libraries")
set(PKGCONFIG_REQUIRES console_bridge)

# Prepare and install necessary files to support finding of the library
# using pkg-config
Expand Down
2 changes: 1 addition & 1 deletion src/class_loader.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Name: @TARGET_NAME@
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
Requires: @PKGCONFIG_REQUIRES@
Libs: -L${libdir} -l@TARGET_NAME@ @PKGCONFIG_LIBS@
Libs: -L${libdir} -l@TARGET_NAME@
Cflags: -I${includedir} @PKGCONFIG_CFLAGS@

0 comments on commit 4adbad2

Please sign in to comment.