Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MSK-SW
Low-Level Radio Frequency
Master Oscillator
XFEL
GPSDO
Commits
e50fe76c
Commit
e50fe76c
authored
Jun 23, 2021
by
Martin Christoph Hierholzer
Browse files
Add work around for broken DOOCS pkg-config files breaking linkage
Search explicitly for libgul14 which is required by DOOCS libraries
parent
076b16aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/Modules/FindDOOCS.cmake
View file @
e50fe76c
...
...
@@ -76,6 +76,10 @@ endif()
set
(
ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH}:/export/doocs/lib/pkgconfig
)
message
(
"Using PKG_CONFIG_PATH=$ENV{PKG_CONFIG_PATH}"
)
# WORK AROUND FOR BROKEN DOOCS PKG CONFIG FILES: Search for libgul14 which is required by DOOCS libraries
list
(
APPEND DOOCS_FIND_COMPONENTS libgul14
)
# END OF WORK AROUND
pkg_check_modules
(
DOOCS REQUIRED
${
DOOCS_FIND_COMPONENTS
}
)
string
(
REPLACE
";"
" "
DOOCS_CFLAGS
"
${
DOOCS_CFLAGS
}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment