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
d76ff190
Commit
d76ff190
authored
Jul 13, 2021
by
Martin Christoph Hierholzer
Browse files
project-template: link against tine explicitly
Previous attempt to work around the tine linking issue did not work.
parent
9aa5bec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/Modules/FindDOOCS.cmake
View file @
d76ff190
...
...
@@ -91,7 +91,7 @@ find_package(Threads REQUIRED)
set
(
DOOCS_DIR
"
${
DOOCS_doocs-doocsapi_LIBDIR
}
"
)
set
(
DOOCS_VERSION
"
${
DOOCS_doocs-doocsapi_VERSION
}
"
)
set
(
DOOCS_CXX_FLAGS
${
DOOCS_CFLAGS
}
)
set
(
DOOCS_LIBRARIES
${
DOOCS_LDFLAGS
}
${
CMAKE_THREAD_LIBS_INIT
}
${
TINEMTLIB
}
)
set
(
DOOCS_LIBRARIES
${
DOOCS_LDFLAGS
}
${
CMAKE_THREAD_LIBS_INIT
}
tinemt
)
set
(
DOOCS_LINKER_FLAGS
"-Wl,--no-as-needed"
)
set
(
DOOCS_LINK_FLAGS
${
DOOCS_LINKER_FLAGS
}
)
...
...
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