Skip to content
Snippets Groups Projects
Commit 16de04c0 authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

libclient: Do not duplicate 'lib' prefix.

CMake takes care itself to prefix a library name with 'lib'.

* src/libclient/CMakeLists.txt (LIBCLIENT_NAME): Drop 'lib' prefix.

Change-Id: I9b6e0a8bd7bf2cfcec8b8b0996f87035a4f2e906
parent 4712de7e
No related branches found
No related tags found
No related merge requests found
......@@ -472,7 +472,7 @@ foreach(MODULE ${QT_MODULES})
list(APPEND QT_LIBS "Qt::${MODULE}")
endforeach()
set(LIBCLIENT_NAME "libjamiclient")
set(LIBCLIENT_NAME "jamiclient")
set(LIBCLIENT_VERSION "1.0.0")
add_library(${LIBCLIENT_NAME} STATIC
${LIBCLIENT_SOURCES}
......
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