diff options
author | Brad King <brad.king@kitware.com> | 2016-10-07 13:10:52 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-10-07 13:10:52 (GMT) |
commit | f7fc93281b81d0ae824f0ef4dbaae3ea5e9fb6a0 (patch) | |
tree | ed2021e967931e04038f1c8a94184f0b8575cf66 /Help/variable | |
parent | 9e7f9bbf56b5d9201da0cc5b360555101c6c6a36 (diff) | |
parent | 80574a38e6cb6ac33630e878d9633f1267b53d2b (diff) | |
download | CMake-f7fc93281b81d0ae824f0ef4dbaae3ea5e9fb6a0.zip CMake-f7fc93281b81d0ae824f0ef4dbaae3ea5e9fb6a0.tar.gz CMake-f7fc93281b81d0ae824f0ef4dbaae3ea5e9fb6a0.tar.bz2 |
Merge topic 'codelite-global-setting'
80574a38 Codelite: Consume the CMAKE_CODELITE_USE_TARGETS setting globally
f59e8779 cmGlobalGenerator: Add API to get settings from top-level cmMakefile
Diffstat (limited to 'Help/variable')
-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. |