From 216d817d2561da31ef01a5e450e2ec5993f891c4 Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Tue, 3 Mar 2020 12:22:48 +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 713d4b80..3471fb4f 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( -- GitLab