Commit 3834acad authored by gabime's avatar gabime

#error if compiling spdlog.cpp under header only configuration

parent 654f7ece
// 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 <mutex>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment