remove spdlog as a dependency (#226)

* cleans up spdlog everywhere except

* removes all usage of spdlog

* removed spdlog dependency
This commit is contained in:
Atul R
2019-11-26 19:39:52 +01:00
committed by GitHub
parent 2b2d83d0a6
commit 0b68f8586c
61 changed files with 101 additions and 15014 deletions
-3
View File
@@ -4,9 +4,6 @@ if(CCACHE_PROGRAM)
endif()
function(AddCommonConfig addonName)
target_compile_definitions(${addonName} PRIVATE
SPDLOG_COMPILED_LIB
)
target_compile_features(${addonName} PRIVATE
cxx_inheriting_constructors
cxx_lambdas