summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-07 13:01:30 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-07 13:01:30 (GMT)
commitfbc1a30b87f9af2f798e1f2dc61e94089a99e213 (patch)
tree393d895999e688e7d787487b2cfbcda1482e96c1 /Help
parentffff5c17a5b87984b9bcb7e6f20445b0efdcd124 (diff)
parent80574a38e6cb6ac33630e878d9633f1267b53d2b (diff)
downloadCMake-fbc1a30b87f9af2f798e1f2dc61e94089a99e213.zip
CMake-fbc1a30b87f9af2f798e1f2dc61e94089a99e213.tar.gz
CMake-fbc1a30b87f9af2f798e1f2dc61e94089a99e213.tar.bz2
Merge branch 'codelite-global-setting' into release
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_CODELITE_USE_TARGETS.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst b/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst
index 4aede03..33cdf6c 100644
--- a/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst
+++ b/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst
@@ -3,5 +3,6 @@ CMAKE_CODELITE_USE_TARGETS
Change the way the CodeLite generator creates projectfiles.
-If this variable is set to ``ON`` the generator creates projectfiles
-based on targets rather than projects.
+If this variable evaluates to ``ON`` at the end of the top-level
+``CMakeLists.txt`` file, the generator creates projectfiles based on targets
+rather than projects.