https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
44b8937 CMake 3.16.4 05 February 2020, 14:19:24 UTC
4b1a6a4 Merge topic 'vs-version-for-unity' into release-3.16 9135954e2f VS: Do not use native unity builds on VS 2017 versions less than 15.8 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4324 05 February 2020, 13:33:50 UTC
9135954 VS: Do not use native unity builds on VS 2017 versions less than 15.8 VS 2017 version 15.8 introduced support for unity builds implemented in part by the `$(VCTargetsPath)/Microsoft.Cpp.Unity.targets` file. Do not enable unity builds on VS 15 versions that do not have that file. Fixes: #20284 04 February 2020, 16:46:18 UTC
24d57c2 Merge topic 'android-ndk-r19-binutils' into release-3.16 e3d3b7ddeb Android: Fix binutils selection with NDK r19+ unified toolchain Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4318 04 February 2020, 13:26:39 UTC
e3d3b7d Android: Fix binutils selection with NDK r19+ unified toolchain In commit 97bca2f9fa (Android: Use unified toolchain in NDK r19+, 2019-07-26, v3.16.0-rc1~342^2) we hard-coded use of the unified toolchain for NDK r19+ and skipped most of the old detection logic. However, in that fast path we left out setting `_CMAKE_TOOLCHAIN_PREFIX` for `CMakeFindBinutils` to select the matching binutils. Add it. Fixes: #20038 03 February 2020, 19:35:12 UTC
203abaf Merge topic 'aix-skip-exports' into release-3.16 a17f6eff43 AIX: Restore pre-3.16 undocumented method to suppress exports with XL Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4303 31 January 2020, 14:13:59 UTC
a17f6ef AIX: Restore pre-3.16 undocumented method to suppress exports with XL In commit 0f150b69d3 (AIX: Explicitly compute shared object exports for both XL and GNU, 2019-07-11, v3.16.0-rc1~418^2~2) we dropped use of the old `CMAKE_XL_CreateExportList` cache entry for XL exports. However, some people were setting the value to an empty string as a way to disable automatic export of symbols. Restore this behavior when the option is explicitly set to an empty string. Issue: #20290 30 January 2020, 16:38:17 UTC
f972b92 Merge topic 'vs-16.4-custom-command-inputs' into release-3.16 58b0674687 VS: Tell VS 16.4 not to verify SYMBOLIC custom command inputs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4297 29 January 2020, 15:36:40 UTC
58b0674 VS: Tell VS 16.4 not to verify SYMBOLIC custom command inputs Extend the fix from commit 0578239d3a (VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputs, 2019-09-23, v3.15.4~2^2) to apply to SYMBOLIC *inputs* too. This is needed when there is a chain of custom commands that use symbolic paths for ordering. Fixes: #20179 28 January 2020, 18:52:05 UTC
89ed119 Merge topic 'cpack-deb-fix-description' into release-3.16 baec299ecd CPack: Fix regression in Deb description Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4271 27 January 2020, 14:27:36 UTC
baec299 CPack: Fix regression in Deb description Fixes: #20254 24 January 2020, 13:50:43 UTC
7458892 Merge topic 'get-runtime-dependencies-keyword-args' into release-3.16 4c8a917a87 file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4262 23 January 2020, 15:02:44 UTC
70adbc0 Merge topic 'findmpi-documentation' into release-3.16 95a501addb Help: Add more variable documentation to FindMPI Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4263 23 January 2020, 15:01:56 UTC
95a501a Help: Add more variable documentation to FindMPI 22 January 2020, 19:46:09 UTC
4c8a917 file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list arguments Also list all keywords that were missing values instead of only the first one. 22 January 2020, 18:05:46 UTC
39c357b Merge topic 'msvc-runtime-library-masm' into release-3.16 1421005835 ASM_MASM: Populate MSVC runtime library abstraction table Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4257 22 January 2020, 14:17:41 UTC
1421005 ASM_MASM: Populate MSVC runtime library abstraction table In commit fb3370b6a1 (MSVC: Add abstraction for runtime library selection, 2019-04-10, v3.15.0-rc1~229^2) we overlooked populating the runtime library selection flags for the Microsoft assembler. It does not actually have any such flags, but since its compiler id is `MSVC` our generators expect the table to be populated. Use empty values. Without this fix, enabling the `ASM_MASM` language with policy `CMP0091` set to `NEW` causes an error due to the missing table entries. Fixes: #20236, #19453 21 January 2020, 17:54:50 UTC
21e60da CMake 3.16.3 21 January 2020, 15:17:47 UTC
bcb0816 Merge topic 'InstallRequiredSystemLibraries-redist' into release-3.16 7ca923bcaf IRSL: Install msvcp140_{1,2,codecvt_ids}.dll if available Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Andrey Vihrov <andrey.vihrov@gmail.com> Merge-request: !4247 21 January 2020, 14:15:17 UTC
7ca923b IRSL: Install msvcp140_{1,2,codecvt_ids}.dll if available VS now distributes these additional runtime libraries. Install them if available. Fixes: #20228 20 January 2020, 18:19:56 UTC
b168d8e Merge topic 'autogen_rcc_skip_unity' into release-3.16 086d9b2bab Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated files Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cristian Adam <cristian.adam@gmail.com> Merge-request: !4237 20 January 2020, 16:54:13 UTC
582cc71 Merge topic 'pch-msvc-no-path-repetition' into release-3.16 07fe1bcd4e PCH: No repeated path for internal generated PCH files (MSVC case) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4236 19 January 2020, 20:10:17 UTC
086d9b2 Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated files `rcc` generated files are not compatible with unity builds, because they contain classes in anonymous namespaces and static data with identical names. This patch sets the source file property `SKIP_UNITY_BUILD_INCLUSION` to `On` on all `AUTORCC` generated files to exclude them from unity build files. Fixes: #20191 "QT5: Exclude resource files from unity build" 17 January 2020, 14:48:35 UTC
4c907ea Merge topic 'findopenssl-dependencies-link-order' into release-3.16 d2880aaa06 FindOpenSSL: Fix ordering of dependency link flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4235 17 January 2020, 14:25:23 UTC
07fe1bc PCH: No repeated path for internal generated PCH files (MSVC case) Fixes: #19952 16 January 2020, 16:05:05 UTC
8cd35ba Merge topic 'nag-submodule' into release-3.16 f7f60ddcf9 Fortran: Add support for NAG Fortran submodules Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4229 16 January 2020, 15:56:02 UTC
d2880aa FindOpenSSL: Fix ordering of dependency link flags Fixes: #20082, #20224 16 January 2020, 15:53:19 UTC
f7f60dd Fortran: Add support for NAG Fortran submodules They use a `.sub` extension. Fixes: #20220 15 January 2020, 19:12:22 UTC
3b3f247 Merge topic 'unity-lang-filename' into release-3.16 274a6f3699 Unity Build: include language in generated source file name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4223 15 January 2020, 18:37:33 UTC
f0986f6 Merge topic 'python39' into release-3.16 f6474214b3 FindPython: Add support for version 3.9 Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Marc Chevrier <marc.chevrier@gmail.com> Acked-by: Björn Esser <besser82@fedoraproject.org> Merge-request: !4225 15 January 2020, 18:36:35 UTC
f647421 FindPython: Add support for version 3.9 Development versions of Python 3.9.0 are already out there. See PEP 596 -- Python 3.9 Release Schedule: https://www.python.org/dev/peps/pep-0596/ 14 January 2020, 20:02:19 UTC
274a6f3 Unity Build: include language in generated source file name Fixes: #20206 14 January 2020, 17:48:08 UTC
e74049b Merge topic 'vs-Fortran-link-flags' into release-3.16 a3c827b2ea VS: Add Fortran link flag table entries for /OPT:* Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4210 14 January 2020, 14:01:21 UTC
e6c5bed Merge topic 'FindMatlab-r2019' into release-3.16 edb6fe3b6a FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4207 14 January 2020, 13:57:18 UTC
789bbcd Merge topic 'FindMatlab-only-CXX' into release-3.16 b704d58f41 FindMatlab: in matlab_add_mex use the correct version file Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Patrik Huber <patrikhuber@gmail.com> Merge-request: !4206 14 January 2020, 13:55:57 UTC
a3c827b VS: Add Fortran link flag table entries for /OPT:* Fixes: #20190 13 January 2020, 16:14:00 UTC
b704d58 FindMatlab: in matlab_add_mex use the correct version file Before this modification, the c_mexapi_version.c file was added to all mex libraries. However, if the C language was not enabled in the CMake project configuration, the c_mexapi_version.c file was ignored, creating linking errors in Windows and macOS. This commit ensures that in the case only the CXX languages is enabled, the correct version is passed. Fixes: #19382 13 January 2020, 15:52:57 UTC
edb6fe3 FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING Reference for versions: https://www.mathworks.com/products/compiler/matlab-runtime.html Fixes: #20087 13 January 2020, 15:45:54 UTC
e8462a1 Merge topic 'fix-cpack-deb-description-file' into release-3.16 d491f34a5e CPack: Fix regression in DEB generator description Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4204 13 January 2020, 15:23:26 UTC
b1a9d49 Merge topic 'objc-visibility-inlines' into release-3.16 7347e2f830 ObjC: Add VISIBLITY_INLINES_HIDDEN support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4199 13 January 2020, 15:22:06 UTC
01b43e8 Merge topic 'macOS-Xcode-11-frameworks' into release-3.16 fcde42751a FindPython: ensure new Xcode framework for Python3 is detected dd7b741b81 macOS: Add support for new Xcode 11 frameworks directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4198 13 January 2020, 15:20:58 UTC
d491f34 CPack: Fix regression in DEB generator description Fixes: #20102 10 January 2020, 22:22:52 UTC
9fa8b7d Merge topic 'cuda-device-link-only-cuda' into release-3.16 7ffa42288e Merge branch 'backport-3.15-cuda-device-link-only-cuda' 071c4f1a2a CUDA: Do not device link if target has no CUDA usage Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4191 10 January 2020, 18:21:12 UTC
a7fc5df Merge topic 'GNUtoMS-vs2019' into release-3.16 08c5b3eff0 GNUtoMS: Add search path for VS 2019 environment scripts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4197 10 January 2020, 18:20:03 UTC
213b03d Merge topic 'objc-compiler-launcher' into release-3.16 a05b9d4239 ObjC: Add _COMPILE_LAUNCHER support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4189 10 January 2020, 18:18:35 UTC
7347e2f ObjC: Add VISIBLITY_INLINES_HIDDEN support Fixes: #20193 10 January 2020, 15:31:27 UTC
fcde427 FindPython: ensure new Xcode framework for Python3 is detected 10 January 2020, 12:48:39 UTC
dd7b741 macOS: Add support for new Xcode 11 frameworks directory Update CMAKE_SYSTEM_FRAMEWORK_PATH with new Xcode 11 frameworks directory 10 January 2020, 12:48:39 UTC
08c5b3e GNUtoMS: Add search path for VS 2019 environment scripts Extend the logic from commit abe8a623d9 (GNUtoMS: Add search path for VS 2017 environment scripts, 2017-05-19, v3.8.2~1^2) to consider VS 2019 paths too. Fixes: #20162 09 January 2020, 21:56:30 UTC
a05b9d4 ObjC: Add _COMPILE_LAUNCHER support Fixes: #20178 09 January 2020, 16:35:23 UTC
7ffa422 Merge branch 'backport-3.15-cuda-device-link-only-cuda' 09 January 2020, 16:13:51 UTC
68537b8 Merge branch 'release-3.15' into release-3.16 09 January 2020, 16:10:32 UTC
071c4f1 CUDA: Do not device link if target has no CUDA usage When CUDA is enabled, and a pure non-CUDA target has CMAKE_CUDA_SEPARABLE_COMPILATION enabled, don't actually perform the device linking step, as it will fail. A target that has CMAKE_CUDA_SEPARABLE_COMPILATION enabled must also have CUDA usage (either itself, or something it links to). Fixes: #20182 09 January 2020, 16:02:17 UTC
6841059 Merge topic 'ctest-resource-allocation-spec-message' into release-3.16 b393b32b4b CTest: Improve error handling when reading resource spec file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4162 29 December 2019, 00:02:59 UTC
b393b32 CTest: Improve error handling when reading resource spec file Fixes: #20079 27 December 2019, 15:53:52 UTC
51cc3f1 Merge topic 'FindPython-Fix-target-properties' into release-3.16 fe280e0cda FindPython*: Fix erroneous target properties setting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !4154 20 December 2019, 17:57:07 UTC
fe280e0 FindPython*: Fix erroneous target properties setting Property IMPORTED_CONFIGURATIONS for targets Python*::Python and Python*::Module is not correctly set. 19 December 2019, 18:42:24 UTC
512ab50 CMake 3.16.2 19 December 2019, 14:54:31 UTC
f9ee055 Merge topic 'autogen-no-hh' into release-3.16 7fa7f55230 Autogen: Revert processing of .hh files for compatibility Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4146 19 December 2019, 14:52:33 UTC
4126784 Merge topic 'test-resource-spec-init-lists' into release-3.16 e8dbe4bba1 Tests: Fix testCTestResourceSpec struct initialization for some compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Michael Dickens <michael.dickens@ettus.com> Merge-request: !4141 19 December 2019, 14:51:53 UTC
118f7ef Merge topic 'FindLAPACK-in-blas' into release-3.16 930f204b68 FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4144 18 December 2019, 14:33:21 UTC
62475f7 Merge topic 'FindBoost-1.72' into release-3.16 e51232b739 FindBoost: Add support for Boost 1.72 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4143 18 December 2019, 14:32:41 UTC
930f204 FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries Fix the condition added by commit 68dcbeee01 (FindLAPACK: Test for implicitly linked LAPACK libraries, 2019-06-11, v3.16.0-rc1~560^2) to use BLAS libraries if they are sufficient with no dedicated LAPACK libraries. Fixes: #20099 18 December 2019, 10:51:50 UTC
e8dbe4b Tests: Fix testCTestResourceSpec struct initialization for some compilers Some compilers do not like the nested `{{{}}}` member initialization syntax, so use just `{}`. GCC 4.8 warns about the latter, so add a suppression. Fixes: #20097 18 December 2019, 10:45:08 UTC
7fa7f55 Autogen: Revert processing of .hh files for compatibility Since commit 4a9154537c (Autogen: Use cmake::IsHeader/SourceExtension for file type detection, 2019-07-02, v3.16.0-rc1~470^2~4) we process `.hh` files with `AUTOMOC`. However, this change can break existing projects that do not expect the behavior. Revert it for now. It can be restored later via a policy. Fixes: #20101 18 December 2019, 10:34:27 UTC
e51232b FindBoost: Add support for Boost 1.72 Run `Utilities/Scripts/BoostScanDeps.cmake` with the Boost 1.72.0 sources to compute dependencies. Fixes: #20100 17 December 2019, 15:37:06 UTC
5b43aa7 CMake 3.15.6 16 December 2019, 15:21:27 UTC
dfbe810 Merge topic 'pch-force-include' into release-3.16 c5c218fa0d PCH: Append pch header file to list of forced include files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4135 16 December 2019, 15:04:03 UTC
e3059f7 Merge topic 'FindBLAS-OpenBLAS-thread' into release-3.16 d1e111d166 FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4134 13 December 2019, 15:36:35 UTC
c55b4b4 Merge topic 'backport-3.16-vs-v142-version' into release-3.16 2f853eec3d Merge branch 'backport-3.15-vs-v142-version' into backport-3.16-vs-v142-version d8d4924d98 VS: Fix support for v142 toolset minor versions in VS 16.5+ 07612646fe VS: Fix support for v142 toolset minor versions in VS 16.5+ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4133 13 December 2019, 15:31:41 UTC
c5c218f PCH: Append pch header file to list of forced include files Fixes: #20088 13 December 2019, 14:21:27 UTC
d71591d Merge branch 'FindBLAS-OpenBLAS-thread' into release-3.15 Merge-request: !4134 12 December 2019, 17:13:10 UTC
d1e111d FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX The check added by commit 276b56f01c (FindBLAS: Add second try for OpenBLAS with thread libraries., 2019-06-07, v3.15.0-rc2~5^2) can work only when C or CXX is enabled. Fixes: #20092 12 December 2019, 17:10:47 UTC
b3a536e Merge branch 'backport-3.15-vs-v142-version' into release-3.15 Merge-request: !4133 12 December 2019, 16:38:15 UTC
2f853ee Merge branch 'backport-3.15-vs-v142-version' into backport-3.16-vs-v142-version 12 December 2019, 16:34:33 UTC
d8d4924 VS: Fix support for v142 toolset minor versions in VS 16.5+ The fix in commit 5117389931 (VS: Fix support for v142 toolset minor versions, 2019-10-01, v3.16.0-rc1~32^2) worked around a bug in VS's placement of toolset files. VS 16.5 will fix that bug and restore the original pattern for locations of toolset files. Update our logic to look for both possibilities. Issue: #19779 12 December 2019, 16:28:34 UTC
0761264 VS: Fix support for v142 toolset minor versions in VS 16.5+ The fix in commit 5117389931 (VS: Fix support for v142 toolset minor versions, 2019-10-01, v3.15.5~6^2) worked around a bug in VS's placement of toolset files. VS 16.5 will fix that bug and restore the original pattern for locations of toolset files. Update our logic to look for both possibilities. Issue: #19779 12 December 2019, 16:25:42 UTC
4771c4e CMake 3.16.1 10 December 2019, 14:40:28 UTC
db12745 Merge topic 'wxwidgets_macos_weakframework' into release-3.16 ada1824dc5 FindwxWidgets: Add support for 3.1.3 on macOS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4126 10 December 2019, 14:29:01 UTC
b2ce834 Merge topic 'toc_on_ppc' into release-3.16 90d8bd2deb Merge branch 'backport-3.15-toc_on_ppc' into backport-3.16-toc_on_ppc b35926e260 Check for support before adding bigtoc linker flag 958f858ad8 Check for support before adding bigtoc linker flag 8c7b7df788 bootstrap: Add target_link_options command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4122 10 December 2019, 14:16:20 UTC
ada1824 FindwxWidgets: Add support for 3.1.3 on macOS Previously only -framework was used starting with 3.1.3 -weak_framework might also be used and has to be handled. 10 December 2019, 14:11:14 UTC
2ed1d2c Merge branch 'backport-3.15-toc_on_ppc' into release-3.15 Merge-request: !4122 09 December 2019, 18:40:08 UTC
3d1a939 Merge branch 'backport-3.15-FindGTK2-harfbuzz' into release-3.15 Merge-request: !3877 09 December 2019, 18:23:38 UTC
e4b1b79 FindGTK2: Add harfbuzz to GTK2_INCLUDE_DIRS Fixes: #19531 09 December 2019, 17:04:33 UTC
90d8bd2 Merge branch 'backport-3.15-toc_on_ppc' into backport-3.16-toc_on_ppc 09 December 2019, 16:40:02 UTC
b35926e Check for support before adding bigtoc linker flag Fixes: #20076 09 December 2019, 16:39:12 UTC
958f858 Check for support before adding bigtoc linker flag Fixes: #20076 09 December 2019, 16:37:40 UTC
8c7b7df bootstrap: Add target_link_options command 09 December 2019, 16:37:37 UTC
21ba61c Merge topic 'unity-object-libraries' into release-3.16 fa93b4a59b Unity: Proper handling of object libraries 5ae07e7166 Unity: Generic source file handling for all generators f742f7ac1f Unity/PCH: Skip more target types when adding automatic sources Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4110 09 December 2019, 15:16:31 UTC
47c6b6c Merge topic 'pch-reuse-importlib' into release-3.16 93becd61d1 PCH: Use the target's PREFIX for building the pdb file name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4114 09 December 2019, 15:15:19 UTC
93becd6 PCH: Use the target's PREFIX for building the pdb file name Also copy the REUSE_FROM pdb file only if the file is newer than the existing one. Fixes: #19731 Fixes: #20068 08 December 2019, 19:22:34 UTC
fa93b4a Unity: Proper handling of object libraries Fixes: #20051 07 December 2019, 14:44:38 UTC
5ae07e7 Unity: Generic source file handling for all generators 07 December 2019, 14:44:31 UTC
f742f7a Unity/PCH: Skip more target types when adding automatic sources Besides INTERFACE_LIBRARY, skip also UTILITY and GLOBAL_TARGET target types 07 December 2019, 13:51:34 UTC
b456836 Merge topic 'clang-analyzer-ignore-strcpy' into release-3.16 677097ac1d TestDriver: ignore strcpy call Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4116 06 December 2019, 13:38:58 UTC
677097a TestDriver: ignore strcpy call clang-analyzer has a check for any use of `strcpy`. This usage is safe because it is allocated above using the length of the string. 05 December 2019, 19:24:34 UTC
158839f Merge topic 'FindThreads-lib-flag' into release-3.16 f7ffefea7c FindThreads: Restore hard-coded '-l' flag on library name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4112 05 December 2019, 16:40:35 UTC
684ad42 Merge topic 'pch-xcode-no-warning' into release-3.16 df8372da09 PCH: Do not add #pragma system_header for Xcode generator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4098 05 December 2019, 16:39:24 UTC
f7ffefe FindThreads: Restore hard-coded '-l' flag on library name Revert commit de5f123d3a (FindThreads: Do not hard-code '-l' flag on library name, 2019-09-23, v3.16.0-rc1~71^2). Some clients depend on the value of `CMAKE_THREAD_LIBS_INIT` to contain a valid flag. Fixes: #20061, #20065 04 December 2019, 18:58:44 UTC
df8372d PCH: Do not add #pragma system_header for Xcode generator Fixes: #20039 04 December 2019, 17:56:53 UTC
back to top