From 3d0ce183c6c0f6adf2b2d8c6447dbe95443b9195 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Mon, 8 Feb 2021 21:04:26 +0200 Subject: [PATCH] Update CMakeLists.txt --- module/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/CMakeLists.txt b/module/CMakeLists.txt index d1ab07e9..cc8925cb 100644 --- a/module/CMakeLists.txt +++ b/module/CMakeLists.txt @@ -116,7 +116,7 @@ if(WIN32 OR MINGW) target_link_libraries(SqModule wsock32 ws2_32 shlwapi) endif() # Link to base libraries -target_link_libraries(SqModule Squirrel FmtLib SimpleINI TinyDir JSMN ConcurrentQueue maxminddb libzmq-static) +target_link_libraries(SqModule Squirrel FmtLib SimpleINI TinyDir ConcurrentQueue maxminddb libzmq-static) # Link to POCO libraries target_link_libraries(SqModule Poco::Foundation Poco::Crypto Poco::Data Poco::Net Poco::JSON Poco::XML) # Does POCO have SQLite support?