Commit fb70eca0 authored by gabime's avatar gabime

CmakeLists.txt: add -pthread to pkg-config

parent cf2bf488
...@@ -8,7 +8,6 @@ Description: Fast C++ logging library. ...@@ -8,7 +8,6 @@ Description: Fast C++ logging library.
URL: https://github.com/gabime/@PROJECT_NAME@ URL: https://github.com/gabime/@PROJECT_NAME@
Version: @SPDLOG_VERSION@ Version: @SPDLOG_VERSION@
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@ CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
Libs: -L${libdir} -lspdlog Libs: -L${libdir} -lspdlog -pthread
Libs.private: -lpthread
Requires: @PKG_CONFIG_REQUIRES@ Requires: @PKG_CONFIG_REQUIRES@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment