From d123d067c30fbf7638774e888f1958391829a3dc Mon Sep 17 00:00:00 2001 From: "Pai, Cary" Date: Fri, 20 Apr 2018 11:11:30 +0800 Subject: [PATCH] =?UTF-8?q?Follow=20the=20document,=20when=20running=20cma?= =?UTF-8?q?ke,=20will=20get=20error=20message=20=E2=80=9CNo=20CMAKE=5FC=5F?= =?UTF-8?q?COMPILER=E2=80=9D.=20Adding=20this=20link(`sudo=20xcode-select?= =?UTF-8?q?=20--reset`)=20before=20cmake=20can=20fix=20it.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/installation_osx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/installation_osx.md b/doc/installation_osx.md index 4b92211095..763360b00a 100644 --- a/doc/installation_osx.md +++ b/doc/installation_osx.md @@ -12,6 +12,7 @@ * `brew install cmake` 4. Generate XCode project: * `mkdir build && cd build` + * `sudo xcode-select --reset` * `cmake .. -DBUILD_EXAMPLES=true -DBUILD_WITH_OPENMP=false -DHWM_OVER_XU=false -G Xcode` 5. Open and build the XCode project