From b9b7fa2078c88918224abb057805686c82a1f4e8 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 5 May 2014 16:49:56 +0100 Subject: Remove build cruft. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fb86dbd..be6e1f92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,10 +31,6 @@ else () target_link_libraries(testeth ${CMAKE_THREAD_LIBS_INIT}) endif () -if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - include_directories(/usr/local/include) -endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - target_link_libraries(testeth ethereum) target_link_libraries(testeth secp256k1) target_link_libraries(testeth miniupnpc) -- cgit