From 0651e500d499965dfc4d2e3f23907cab3a648ec3 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 2 Apr 2014 21:18:11 +0800 Subject: [PATCH] changelog add info about cmake needing clean build dir sometimes Signed-off-by: Andy Green --- README.build | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.build b/README.build index 7c4a8b0..9c33e17 100644 --- a/README.build +++ b/README.build @@ -65,6 +65,15 @@ Building on Unix: make + +Quirk of cmake +-------------- + +When changing cmake options, for some reason the only way to get it to see the +changes sometimes is delete the contents of your build directory and do the +cmake from scratch. + + Building on Windows (Visual Studio) ----------------------------------- 1. Install CMake 2.6 or greater: http://cmake.org/cmake/resources/software.html -- 2.7.4