From f52495c66b1b219f82729221e8023a86b28d54bf Mon Sep 17 00:00:00 2001 From: Naios Date: Sat, 12 Mar 2016 14:30:11 +0100 Subject: Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8c --- src/common/Utilities/StringFormat.h | 2 +- src/server/authserver/CMakeLists.txt | 2 +- src/server/worldserver/CMakeLists.txt | 2 +- src/tools/map_extractor/CMakeLists.txt | 2 +- src/tools/mmaps_generator/CMakeLists.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h index d85523bc11f..e21b1024e87 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 "format.h" +#include "cppformat/format.h" namespace Trinity { diff --git a/src/server/authserver/CMakeLists.txt b/src/server/authserver/CMakeLists.txt index 04212a97c3e..d9923fa1a73 100644 --- a/src/server/authserver/CMakeLists.txt +++ b/src/server/authserver/CMakeLists.txt @@ -85,7 +85,7 @@ target_link_libraries(authserver shared database common - format + cppformat ${MYSQL_LIBRARY} ${OPENSSL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} diff --git a/src/server/worldserver/CMakeLists.txt b/src/server/worldserver/CMakeLists.txt index f8338eeb6f3..f45dae05c24 100644 --- a/src/server/worldserver/CMakeLists.txt +++ b/src/server/worldserver/CMakeLists.txt @@ -140,7 +140,7 @@ target_link_libraries(worldserver g3dlib gsoap Detour - format + cppformat ${JEMALLOC_LIBRARY} ${READLINE_LIBRARY} ${TERMCAP_LIBRARY} diff --git a/src/tools/map_extractor/CMakeLists.txt b/src/tools/map_extractor/CMakeLists.txt index d0f3e42cef8..b30381e099d 100644 --- a/src/tools/map_extractor/CMakeLists.txt +++ b/src/tools/map_extractor/CMakeLists.txt @@ -37,7 +37,7 @@ add_executable(mapextractor target_link_libraries(mapextractor common - format + cppformat g3dlib mpq ${BZIP2_LIBRARIES} diff --git a/src/tools/mmaps_generator/CMakeLists.txt b/src/tools/mmaps_generator/CMakeLists.txt index f1522a66936..15f1326317f 100644 --- a/src/tools/mmaps_generator/CMakeLists.txt +++ b/src/tools/mmaps_generator/CMakeLists.txt @@ -49,7 +49,7 @@ target_link_libraries(mmaps_generator g3dlib Recast Detour - format + cppformat ${BZIP2_LIBRARIES} ${ZLIB_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} -- cgit v1.2.3