Skip to content
Snippets Groups Projects
Commit 9aa5bec4 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

project-template: FindDOOCS now links clientlib first

This is a work around for not finding libtinemt at runtime. The DOOCS serverlib is lacking the RPATH, hence its dependencies are not found. If clientlib is linked first, tine is already linked.
parent e27ae406
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
SET(DOOCS_FOUND 0) SET(DOOCS_FOUND 0)
list(APPEND DOOCS_FIND_COMPONENTS doocsapi) list(PREPEND DOOCS_FIND_COMPONENTS doocsapi)
if (";${DOOCS_FIND_COMPONENTS};" MATCHES ";zmq;") if (";${DOOCS_FIND_COMPONENTS};" MATCHES ";zmq;")
list(APPEND DOOCS_FIND_COMPONENTS doocsdzmq) list(APPEND DOOCS_FIND_COMPONENTS doocsdzmq)
......
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