diff options
author | Brad King <brad.king@kitware.com> | 2019-10-11 11:54:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-11 11:54:59 (GMT) |
commit | 8aac65a3614646073904b41baa4a57e5db28fcec (patch) | |
tree | 155b4c4e2404eed27b59b31496b68c7ded1036b8 | |
parent | 9150c818b7d2afb868575fcb2e0c9ba62b9d7f85 (diff) | |
download | CMake-8aac65a3614646073904b41baa4a57e5db28fcec.zip CMake-8aac65a3614646073904b41baa4a57e5db28fcec.tar.gz CMake-8aac65a3614646073904b41baa4a57e5db28fcec.tar.bz2 |
Help: Document CMAKE_UNITY_BUILD in 3.16 release notes
-rw-r--r-- | Help/release/3.16.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.16.rst b/Help/release/3.16.rst index a14effe..7992f2d 100644 --- a/Help/release/3.16.rst +++ b/Help/release/3.16.rst @@ -115,6 +115,10 @@ Variables specify the resource encoding for the the :generator:`Eclipse CDT4` extra generator. +* The :variable:`CMAKE_UNITY_BUILD` variable was added to initialize the + :prop_tgt:`UNITY_BUILD` target property to tell generators to batch + include source files for faster compilation times. + Properties ---------- |