Commit ca9c8ae5 authored by gabime's avatar gabime

Warn if compiling spdlog.cpp under header only configuration

parent 1752086c
// Copyright(c) 2015-present Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#ifndef SPDLOG_STATIC_LIB
#warning spdlog is in header only configuration. please define SPDLOG_STATIC_LIB
#endif
#include <mutex>
#include <chrono>
#include "spdlog/common.h"
#include "spdlog/common-inl.h"
#include "spdlog/details/null_mutex.h"
......
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