mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[cmake] Fix syntax
This commit is contained in:
parent
93745f9f49
commit
dbcf2f417f
1 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,9 @@ if (${HAVE_STDBOOL_H})
|
|||
endif ()
|
||||
|
||||
# https://github.com/harfbuzz/harfbuzz/pull/2874#issuecomment-782859099
|
||||
if (NOT WIN32) add_definitions("-DHAVE_PTHREAD") endif ()
|
||||
if (NOT WIN32)
|
||||
add_definitions("-DHAVE_PTHREAD")
|
||||
endif ()
|
||||
|
||||
if (MSVC)
|
||||
add_definitions(-wd4244 -wd4267 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS)
|
||||
|
|
Loading…
Add table
Reference in a new issue