From 769ac2f8b7d52b2a140446f650f14958cad75e87 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 20 Feb 2020 16:56:12 +0000 Subject: [PATCH] Fix some bad instructions in the INSTALL file. --- INSTALL | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 6cb158a..a91268f 100644 --- a/INSTALL +++ b/INSTALL @@ -39,9 +39,7 @@ 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=clang` to your Objective-C flags. -You will probably also need to add -'-DCMAKE_ASM_COMPILER=clang -DCMAKE_ASM_FLAGS=-c -DTESTS=OFF' +-DCMAKE_CXX_COMPILER=clang++` to your Objective-C flags. Running the Tests