[cmake] typo (#465)

This commit is contained in:
ebraminio 2017-04-14 04:31:17 +04:30 committed by GitHub
parent a41d5ea445
commit cb021e14ab
1 changed files with 2 additions and 2 deletions

View File

@ -321,8 +321,8 @@ file(WRITE "${PROJECT_BINARY_DIR}/try_compile_solaris_atomic_ops.c"
try_compile(HB_HAVE_SOLARIS_ATOMIC_OPS
${PROJECT_BINARY_DIR}/try_compile_solaris_atomic_ops
SOURCES ${PROJECT_BINARY_DIR}/try_compile_solaris_atomic_ops.c)
if (HB_HB_HAVE_SOLARIS_ATOMIC_OPS)
add_definitions(-DHB_HAVE_SOLARIS_ATOMIC_OPS)
if (HB_HAVE_SOLARIS_ATOMIC_OPS)
add_definitions(-DHAVE_SOLARIS_ATOMIC_OPS)
endif ()
##