aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDDuarte <dnpd.dd@gmail.com>2016-12-29 22:38:46 +0000
committerDDuarte <dnpd.dd@gmail.com>2016-12-29 22:38:46 +0000
commit7ee6afe8859970b416b8ca29d4d8886277c5ce78 (patch)
tree61ec81e3a052e1504b8158400a79dd65b8ffb09b /src
parent9f919bebacd4b850e94d39ea7612b3cf97edd801 (diff)
Dep: Update fmt (cppformat) to 3.0.1 https://github.com/fmtlib/fmt/commit/7fa8f8fa48b0903deab5bb42e6760477173ac485
Also renamed cppformat to fmt
Diffstat (limited to 'src')
-rw-r--r--src/common/CMakeLists.txt2
-rw-r--r--src/common/Utilities/StringFormat.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 0428738f2dd..6855ac871da 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -63,7 +63,7 @@ target_include_directories(common
target_link_libraries(common
PUBLIC
boost
- cppformat
+ fmt
g3dlib
Detour
sfmt
diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h
index e21b1024e87..6f101a78ef1 100644
--- a/src/common/Utilities/StringFormat.h
+++ b/src/common/Utilities/StringFormat.h
@@ -19,7 +19,7 @@
#ifndef TRINITYCORE_STRING_FORMAT_H
#define TRINITYCORE_STRING_FORMAT_H
-#include "cppformat/format.h"
+#include "fmt/format.h"
namespace Trinity
{