diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-27 20:18:10 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-27 20:18:10 +0200 |
commit | 837c8e8f5224dbc0e8b7b36d3e389482e8553e9f (patch) | |
tree | 7f1b98eca80055461ff918f3ed347ec4be14efb0 /src | |
parent | 9c868601591b60cf066eb576e85b0dbf4e1fd7ae (diff) |
build: use non header-only fmt library
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
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 |