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

FindDOOCS: fix wrong linking order e.g. in case of the doocs adapter

parent c349e5a6
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,8 @@ string(REPLACE ";" " " DOOCS_LDFLAGS "${DOOCS_LDFLAGS}")
set(DOOCS_DIR "${DOOCS_doocs-doocsapi_LIBDIR}")
set(DOOCS_VERSION "${DOOCS_doocs-doocsapi_VERSION}")
set(DOOCS_CXX_FLAGS ${DOOCS_CFLAGS})
set(DOOCS_LINKER_FLAGS ${DOOCS_LDFLAGS})
set(DOOCS_LIBRARIES ${DOOCS_LDFLAGS})
set(DOOCS_LINKER_FLAGS "-Wl,--no-as-needed")
set(DOOCS_LINK_FLAGS ${DOOCS_LINKER_FLAGS})
set(COMPONENT_DIRS "")
......
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