diff --git a/CMakeLists.txt b/CMakeLists.txt
index 713d4b8051a6a302acaec1152b9ad7a3a0c035f1..3471fb4f473b069f9a4f77efec5d7aeb0fc84a79 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ target_compile_options(
 target_link_libraries(
 	"${TARGET_NAME}"
 	PRIVATE
-		fmt-header-only
+		fmt::fmt
 )
 
 add_custom_target(