Set fmt defines in CMake

This commit is contained in:
2021-04-06 17:53:16 -04:00
parent fc3e9a51d2
commit a87e8bb39f
3 changed files with 6 additions and 8 deletions

View File

@@ -3,8 +3,6 @@
#include <ostream>
#include "athena/Types.hpp"
#define FMT_STRING_ALIAS 1
#define FMT_ENFORCE_COMPILE_STRING 1
#include <fmt/format.h>
#ifdef _MSC_VER