From cb021e14ab345def326fb58ce486515af179b2cf Mon Sep 17 00:00:00 2001 From: ebraminio Date: Fri, 14 Apr 2017 04:31:17 +0430 Subject: [PATCH] [cmake] typo (#465) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93d30a9..c2ae800 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 () ## -- 2.7.4