From d52e69bab11824adeb488c297c1fa2a70f478e07 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 10 Jun 2019 15:00:30 -0400 Subject: [PATCH] Common/CMakeLists: Link in fmt While not currently used by common, this will become the case when the logging system eventually transitions to it, among other things. --- Source/Core/Common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index b144e3d583..c7752540df 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -132,6 +132,7 @@ target_link_libraries(common PUBLIC ${CMAKE_THREAD_LIBS_INIT} enet + fmt::fmt ${MBEDTLS_LIBRARIES} PRIVATE