-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use system's spdlog based on cmake option
- Loading branch information
Showing
108 changed files
with
14,067 additions
and
11,396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
116 changes: 0 additions & 116 deletions
116
external_libs/spdlog-0.11.0/include/spdlog/sinks/ansicolor_sink.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Here I had to add
add_definitions(-D SPDLOG_FMT_EXTERNAL)
because on distributions spdlog is usually built against fmt and should make use of that.