diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-06 16:35:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-07 13:01:07 (GMT) |
commit | 80574a38e6cb6ac33630e878d9633f1267b53d2b (patch) | |
tree | 19b854a795e71eab3cf4e95978d530eb1c924679 /Help | |
parent | f59e87792943904dcb11e16380883e87395d115f (diff) | |
download | CMake-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.rst | 5 |
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. |