From 9598f611aed8cfa590725937e94767e86d7e5570 Mon Sep 17 00:00:00 2001 From: Nathan Wilcox Date: Sat, 26 Jul 2014 12:07:49 -0700 Subject: [PATCH] Try removing an empy UNIX clause so that the else clause matches UNIX. This is an attempt to fix #260 with almost no understanding of cmake. --- alethzero/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/alethzero/CMakeLists.txt b/alethzero/CMakeLists.txt index 9551dd403..11ff83b15 100644 --- a/alethzero/CMakeLists.txt +++ b/alethzero/CMakeLists.txt @@ -89,7 +89,6 @@ elseif ("${TARGET_PLATFORM}" STREQUAL "w64") target_link_libraries(${EXECUTEABLE} crypt32) target_link_libraries(${EXECUTEABLE} Qt5PlatformSupport) set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS) -elseif (UNIX) else () target_link_libraries(${EXECUTEABLE} boost_system) target_link_libraries(${EXECUTEABLE} boost_filesystem)