From 446ed900af4b0c1bad1334918a6f36c4db314d02 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 20 Oct 2015 08:42:25 +0200 Subject: cmake: fix copy-paste comment --- cmake/apple.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/apple.cmake b/cmake/apple.cmake index c16ff575..054e1ae5 100644 --- a/cmake/apple.cmake +++ b/cmake/apple.cmake @@ -10,7 +10,6 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8) # change this set(CMAKE_OSX_SYSROOT /var/root/MacOSX10.8.sdk) -# oldest CPU supported here is Northwood-based Pentium 4. -sh 20150811 set(fpu "-fno-math-errno -funsafe-math-optimizations -fno-signed-zeros") set(cpu "-O3 -DNDEBUG -flto ${fpu}") set(cxx "-std=c++11 -stdlib=libc++") -- cgit v1.2.3