已合并
fix: honor ENABLE_TRACE_LOG option on develop #394
fix: honor ENABLE_TRACE_LOG option on develop #394
已合并
Robell创建于 7月21日
1 个文件变更+1-1
MCMakeLists.txt+1-1
@@ -141,7 +141,7 @@ else ()
141 message(STATUS "add definition for last commit: empty")141 message(STATUS "add definition for last commit: empty")
142endif ()142endif ()
143 143 
144-if (ENABLE_TRACE_L0G)144+if (ENABLE_TRACE_LOG)
145 add_definitions(-DLOG_TRACE_INFO_ENABLED)145 add_definitions(-DLOG_TRACE_INFO_ENABLED)
146endif ()146endif ()
147 147