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

look for the other DOOCS components in the same directory as the client

parent 1ca73180
No related branches found
No related tags found
No related merge requests found
......@@ -32,23 +32,21 @@
SET(DOOCS_FOUND 0)
FIND_PATH(DOOCS_DIR libDOOCSapi.so
${CMAKE_CURRENT_LIST_DIR}
/export/doocs/lib
)
if (";${DOOCS_FIND_COMPONENTS};" MATCHES ";zmq;")
FIND_PATH(DOOCS_DIR_ZMQ libDOOCSdzmq.so
${CMAKE_CURRENT_LIST_DIR}
/export/doocs/lib
${DOOCS_DIR}
)
set(DOOCS_LIBRARIES ${DOOCS_LIBRARIES} DOOCSdzmq)
endif()
if (";${DOOCS_FIND_COMPONENTS};" MATCHES ";server;")
FIND_PATH(DOOCS_DIR_SERVER libEqServer.so
${CMAKE_CURRENT_LIST_DIR}
/export/doocs/lib
${DOOCS_DIR}
)
set(DOOCS_LIBRARIES ${DOOCS_LIBRARIES} EqServer)
endif()
......
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