Skip to content
Snippets Groups Projects
Commit d76ff190 authored by Martin Christoph Hierholzer's avatar 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
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ find_package(Threads REQUIRED) ...@@ -91,7 +91,7 @@ find_package(Threads REQUIRED)
set(DOOCS_DIR "${DOOCS_doocs-doocsapi_LIBDIR}") set(DOOCS_DIR "${DOOCS_doocs-doocsapi_LIBDIR}")
set(DOOCS_VERSION "${DOOCS_doocs-doocsapi_VERSION}") set(DOOCS_VERSION "${DOOCS_doocs-doocsapi_VERSION}")
set(DOOCS_CXX_FLAGS ${DOOCS_CFLAGS}) 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_LINKER_FLAGS "-Wl,--no-as-needed")
set(DOOCS_LINK_FLAGS ${DOOCS_LINKER_FLAGS}) set(DOOCS_LINK_FLAGS ${DOOCS_LINKER_FLAGS})
......
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