From 9d91efe01584c1536ac2491abec30e67af253f97 Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 16 May 2013 12:11:08 +0000 Subject: [PATCH] Added a note about compiler selection to INSTALL. --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 2519bad..0245e65 100644 --- a/INSTALL +++ b/INSTALL @@ -37,6 +37,10 @@ This will also allow you to make changes. If you prefer a GUI, then there is almost certainly a CMake GUI for your platform, but documenting them all is 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. + Running the Tests -----------------