From 6fef97e445fb8a08ea4fb7deb616bdcf5815d1a4 Mon Sep 17 00:00:00 2001 From: rfm Date: Wed, 10 Jul 2013 16:03:27 +0000 Subject: [PATCH] add assembler flags needed for cmake --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 0245e65..6cb158a 100644 --- a/INSTALL +++ b/INSTALL @@ -39,7 +39,10 @@ beyond the scope of this quick guide. If you have gcc and clang both installed, then cmake currently defaults to selecting gcc. You should override this by adding `-DCMAKE_C_COMPILER=clang --DCMAKE_CXX_COMPILER` to your Objective-C flags. +-DCMAKE_CXX_COMPILER=clang` to your Objective-C flags. +You will probably also need to add +'-DCMAKE_ASM_COMPILER=clang -DCMAKE_ASM_FLAGS=-c -DTESTS=OFF' + Running the Tests -----------------