mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-28 01:04:41 +08:00
CMake: removed tabs from options print
This commit is contained in:
parent
d85f9864d6
commit
bfb81a7db0
@ -45,19 +45,19 @@ if(WIN32)
|
|||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
MESSAGE(STATUS "EASY_PROFILER OPTIONS:--------------")
|
MESSAGE(STATUS "EASY_PROFILER OPTIONS:--------------")
|
||||||
MESSAGE(STATUS " Default listening port\t\t= ${EASY_DEFAULT_PORT}")
|
MESSAGE(STATUS " Default listening port = ${EASY_DEFAULT_PORT}")
|
||||||
MESSAGE(STATUS " Auto-start listening\t\t= ${EASY_OPTION_LISTEN}")
|
MESSAGE(STATUS " Auto-start listening = ${EASY_OPTION_LISTEN}")
|
||||||
MESSAGE(STATUS " Profile self\t\t\t= ${EASY_OPTION_PROFILE_SELF}")
|
MESSAGE(STATUS " Profile self = ${EASY_OPTION_PROFILE_SELF}")
|
||||||
MESSAGE(STATUS " Profile self blocks initial status\t= ${EASY_OPTION_PROFILE_SELF_BLOCKS_ON}")
|
MESSAGE(STATUS " Profile self blocks initial status = ${EASY_OPTION_PROFILE_SELF_BLOCKS_ON}")
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
MESSAGE(STATUS " Event tracing\t\t\t= ${EASY_OPTION_EVENT_TRACING}")
|
MESSAGE(STATUS " Event tracing = ${EASY_OPTION_EVENT_TRACING}")
|
||||||
if(EASY_OPTION_LOW_PRIORITY_EVENT_TRACING)
|
if(EASY_OPTION_LOW_PRIORITY_EVENT_TRACING)
|
||||||
MESSAGE(STATUS " Event tracing has low priority\t= Yes")
|
MESSAGE(STATUS " Event tracing has low priority = Yes")
|
||||||
else()
|
else()
|
||||||
MESSAGE(STATUS " Event tracing has low priority\t= No")
|
MESSAGE(STATUS " Event tracing has low priority = No")
|
||||||
endif(EASY_OPTION_LOW_PRIORITY_EVENT_TRACING)
|
endif(EASY_OPTION_LOW_PRIORITY_EVENT_TRACING)
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
MESSAGE(STATUS " Print errors to stderr\t\t= ${EASY_OPTION_LOG}")
|
MESSAGE(STATUS " Print errors to stderr = ${EASY_OPTION_LOG}")
|
||||||
MESSAGE(STATUS "END EASY_PROFILER OPTIONS.----------")
|
MESSAGE(STATUS "END EASY_PROFILER OPTIONS.----------")
|
||||||
MESSAGE(STATUS "")
|
MESSAGE(STATUS "")
|
||||||
# END EasyProfiler options.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# END EasyProfiler options.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user