fixed crypto++ build errors for osx 10.6

This commit is contained in:
Nick Bolton 2013-04-11 04:20:13 +00:00
parent 530b68fc19
commit 0f60fdbd9e
1 changed files with 0 additions and 1 deletions

View File

@ -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()