From e9420e7a0e4254337730f574a3242d7e056cbfe8 Mon Sep 17 00:00:00 2001 From: Alex Stewart Date: Sun, 12 Jul 2015 19:26:59 +0100 Subject: [PATCH] Fix explanation of config.h generation in bare config.h. Change-Id: I66488dc09670c4b178db7a3ae21b93fcc84ca051 --- config/ceres/internal/config.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/ceres/internal/config.h b/config/ceres/internal/config.h index ca724adc3..6fca7fa75 100644 --- a/config/ceres/internal/config.h +++ b/config/ceres/internal/config.h @@ -32,10 +32,11 @@ // // IMPORTANT: Most users of Ceres will not use this file, when compiling Ceres // with CMake, CMake will configure a new config.h with the currently -// selected Ceres compile options and copy it into the source -// directory before compilation. However, for some users of Ceres -// who compile without CMake, this file ensures that Ceres will -// compile, with the user either specifying manually the Ceres +// selected Ceres compile options in /config, which will +// be added to the include path for compilation, and installed with +// with the public Ceres headers. However, for some users of Ceres +// who compile without CMake (Android), this file ensures that Ceres +// will compile, with the user either specifying manually the Ceres // compile options, or passing them directly through the compiler. #ifndef CERES_PUBLIC_INTERNAL_CONFIG_H_