From f10a304ecdc2457124d6333862bdaaa46577fe1e Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sun, 7 Jan 2018 22:43:41 +0000 Subject: fix macos build --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 945278f88..6fc85bc37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -238,8 +238,8 @@ endif() if (UNICORN_FOUND) add_library(unicorn INTERFACE) - target_link_libraries(unicorn INTERFACE "${UNICORN_LIBRARY}") - target_include_directories(unicorn INTERFACE "${UNICORN_INCLUDE_DIR}") + target_link_libraries(unicorn INTERFACE "${LIBUNICORN_LIBRARY}") + target_include_directories(unicorn INTERFACE "${LIBUNICORN_INCLUDE_DIR}") endif() if (ENABLE_QT) -- cgit v1.2.3