aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-27 20:18:10 +0200
committerHampusM <hampus@hampusmat.com>2022-06-27 20:18:10 +0200
commit837c8e8f5224dbc0e8b7b36d3e389482e8553e9f (patch)
tree7f1b98eca80055461ff918f3ed347ec4be14efb0 /src
parent9c868601591b60cf066eb576e85b0dbf4e1fd7ae (diff)
build: use non header-only fmt library
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c0ebbe2..2e767ef 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -66,7 +66,7 @@ target_link_libraries(${PROJECT_NAME} dw)
target_link_libraries_system(
${PROJECT_NAME}
- fmt::fmt-header-only
+ fmt::fmt
GSL
yacppdic
ctre