0
0
mirror of https://github.com/yse/easy_profiler.git synced 2025-01-14 00:27:55 +08:00

message BUILD_SHARED_LIBS directly

This commit is contained in:
Oliver Daniell 2017-08-10 11:24:21 +01:00
parent 36bade1939
commit a02cfa925a

View File

@ -43,12 +43,7 @@ if (WIN32)
endif (WIN32)
message(STATUS " Log messages = ${EASY_OPTION_LOG}")
message(STATUS " Use EasyProfiler colors palette = ${EASY_OPTION_PREDEFINED_COLORS}")
if (BUILD_SHARED_LIBS)
set(EASY_OPTION_LIB_TYPE STATIC)
else ()
set(EASY_OPTION_LIB_TYPE SHARED)
endif ()
message(STATUS " Library type: ${EASY_OPTION_LIB_TYPE}")
message(STATUS " Shared library: ${BUILD_SHARED_LIBS}")
message(STATUS "------ END EASY_PROFILER OPTIONS -------")
message(STATUS "")