Update add_module_library

This commit is contained in:
Victor Zverovich
2023-04-13 17:09:31 -07:00
parent 4b5ae0b0ef
commit d9c19940a3
2 changed files with 38 additions and 46 deletions

View File

@@ -76,10 +76,6 @@ export module fmt;
#include "fmt/printf.h"
#include "fmt/xchar.h"
#if !(defined(__cpp_modules) || FMT_CLANG_VERSION >= 1600)
# error modules not supported
#endif
// gcc doesn't yet implement private module fragments
#if !FMT_GCC_VERSION
module : private;