mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 00:31:02 +08:00
fix build
This commit is contained in:
parent
caac93cfab
commit
9ff57440a8
@ -220,7 +220,7 @@ easy_define_target_option(easy_profiler EASY_OPTION_PREDEFINED_COLORS EASY_OPTIO
|
||||
# Add platform specific compile options:
|
||||
if (UNIX)
|
||||
target_compile_options(easy_profiler PRIVATE -Wall -Wno-long-long -Wno-reorder -Wno-braced-scalar-init -pedantic)
|
||||
if (!ANDROID)
|
||||
if (NOT ANDROID)
|
||||
target_link_libraries(easy_profiler pthread)
|
||||
endif()
|
||||
elseif (WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user