Skip to content

Commit

Permalink
don't link class_loader via pkg-config due to dfki-ric/tools-plugin_m…
Browse files Browse the repository at this point in the history
  • Loading branch information
maltewi committed Jun 4, 2021
1 parent 549b64e commit 10fe68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if(ENABLE_PLUGINS)
plugin/Plugin.hpp)
set(sources ${sources}
plugin/ClassLoader.cpp)
set(deps_pkg_config ${deps_pkg_config} class_loader plugin_manager)
set(deps_pkg_config ${deps_pkg_config} plugin_manager)

endif()

Expand Down

0 comments on commit 10fe68c

Please sign in to comment.