Skip to content
Snippets Groups Projects
Commit bd346620 authored by olivier stasse's avatar olivier stasse
Browse files

Wrong compiler option set into sot-dynamic.pc file corrected.

Specified -ldynamic.so whereas this package does not generate
libdynamic.so file. Instead this is :
${CMAKE_INSTALL_PREFIX}/lib/plugin/dynamic.so
which is generated.
Further modifications will be needed to support other platforms.
parent db04c47d
No related branches found
Tags v3.2.4
No related merge requests found
......@@ -74,6 +74,10 @@ ENDIF()
LIST(APPEND LOGGING_WATCHED_TARGETS ${libs})
# Add dependency toward sot-dynamic library in pkg-config file.
PKG_CONFIG_APPEND_LIBS_RAW(${CMAKE_INSTALL_PREFIX}/lib/plugin/dynamic.so)
PKG_CONFIG_APPEND_LIBRARY_DIR(${CMAKE_INSTALL_PREFIX}/lib/plugin)
# Search for dependencies.
# Boost
SET(BOOST_COMPONENTS filesystem system)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment