summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-06 16:35:02 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-07 13:01:07 (GMT)
commit80574a38e6cb6ac33630e878d9633f1267b53d2b (patch)
tree19b854a795e71eab3cf4e95978d530eb1c924679 /Help
parentf59e87792943904dcb11e16380883e87395d115f (diff)
downloadCMake-80574a38e6cb6ac33630e878d9633f1267b53d2b.zip
CMake-80574a38e6cb6ac33630e878d9633f1267b53d2b.tar.gz
CMake-80574a38e6cb6ac33630e878d9633f1267b53d2b.tar.bz2
Codelite: Consume the CMAKE_CODELITE_USE_TARGETS setting globally
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.