From 69d1b6a91957ca72afbd382d1d253eea41cd206b Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sat, 3 Jul 2021 14:08:51 +0300 Subject: [PATCH] Update cpp fmt target name. --- module/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/CMakeLists.txt b/module/CMakeLists.txt index 6fc4e674..6851a201 100644 --- a/module/CMakeLists.txt +++ b/module/CMakeLists.txt @@ -132,7 +132,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 ConcurrentQueue CPR maxminddb libzmq-static) +target_link_libraries(SqModule Squirrel fmt::fmt SimpleINI TinyDir ConcurrentQueue CPR 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?