From 0f60fdbd9e205a9c4d30b0c66f5f4a9f38e903ef Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 11 Apr 2013 04:20:13 +0000 Subject: [PATCH] fixed crypto++ build errors for osx 10.6 --- tools/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index a3b38988..668f99ed 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -53,7 +53,6 @@ if (UNIX) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O2 -pipe") if (APPLE) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -arch x86_64 -arch i386") if (DARWIN_VERSION GREATER 10) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-tautological-compare") endif()