diff options
author | Brad King <brad.king@kitware.com> | 2019-11-07 15:26:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-07 15:26:50 (GMT) |
commit | f7612a66680f0a6ab4bb16ff3f545463bf900ad6 (patch) | |
tree | 4b648baaca933f4067d2a5638ad4497c738432b8 /Help/prop_tgt | |
parent | e1df51b19f1f9707a946068f5bf563c582e08d4f (diff) | |
parent | 7ddf46230431cd3375f911d4b406af663595861d (diff) | |
download | CMake-f7612a66680f0a6ab4bb16ff3f545463bf900ad6.zip CMake-f7612a66680f0a6ab4bb16ff3f545463bf900ad6.tar.gz CMake-f7612a66680f0a6ab4bb16ff3f545463bf900ad6.tar.bz2 |
Merge topic 'unity-include-generated'
7ddf462304 Unity build: Include GENERATED files into unity build
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Julien Schueller <schueller@phimeca.com>
Merge-request: !4001
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/UNITY_BUILD.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Help/prop_tgt/UNITY_BUILD.rst b/Help/prop_tgt/UNITY_BUILD.rst index 2faad92..fab4f15 100644 --- a/Help/prop_tgt/UNITY_BUILD.rst +++ b/Help/prop_tgt/UNITY_BUILD.rst @@ -40,9 +40,8 @@ Since multiple source files are included into one source file, it can lead to ODR errors. This section contains properties which help fixing these errors. -The source files marked by :prop_sf:`GENERATED` will be skipped -from unity build. This applies also for the source files marked -with :prop_sf:`SKIP_UNITY_BUILD_INCLUSION`. +The source files marked by :prop_sf:`SKIP_UNITY_BUILD_INCLUSION` +will be skipped from unity build. The source files that have :prop_sf:`COMPILE_OPTIONS`, :prop_sf:`COMPILE_DEFINITIONS`, :prop_sf:`COMPILE_FLAGS`, or |