Skip to content
Snippets Groups Projects
Commit eec5c349 authored by Automated MSK Jenkins User's avatar Automated MSK Jenkins User
Browse files

automatic merge of project-template

parent a70aac8b
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,13 @@ set(ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH}:/export/doocs/lib/pkgconfig)
message("Using PKG_CONFIG_PATH=$ENV{PKG_CONFIG_PATH}")
pkg_check_modules(DOOCS REQUIRED ${DOOCS_FIND_COMPONENTS})
# Work-around for missing rpath on libDOOCSClient - explicitly link against libtine
list(APPEND DOOCS_FIND_COMPONENTS tinemt)
set(ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH}:/export/doocs/lib/pkgconfig)
message("Using PKG_CONFIG_PATH=$ENV{PKG_CONFIG_PATH}")
pkg_check_modules(DOOCS REQUIRED ${DOOCS_FIND_COMPONENTS})
string(REPLACE ";" " " DOOCS_CFLAGS "${DOOCS_CFLAGS}")
string(REPLACE ";" " " DOOCS_LDFLAGS "${DOOCS_LDFLAGS}")
......
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