remove spdlog as a dependency (#226)
* cleans up spdlog everywhere except * removes all usage of spdlog * removed spdlog dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user