From bd27492d72afbca3c0a50a0573d56e9c575de569 Mon Sep 17 00:00:00 2001
From: Felix Goding <felgo673@student.liu.se>
Date: Tue, 3 Mar 2020 12:18:23 +0100
Subject: [PATCH] Update CMakeLists.txt

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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