diff --git a/src/spdlog.cpp b/src/spdlog.cpp index 7399c4ee..60b18966 100644 --- a/src/spdlog.cpp +++ b/src/spdlog.cpp @@ -1,7 +1,8 @@ // Copyright(c) 2015-present Gabi Melman & spdlog contributors. // Distributed under the MIT License (http://opensource.org/licenses/MIT) + #ifndef SPDLOG_STATIC_LIB -#error spdlog is in HEADER_ONLY configuration. Define SPDLOG_STATIC_LIB to compile this file. +#error Please define SPDLOG_STATIC_LIB to compile this file. #endif #include