https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
1a059d9 CMake 3.18.5 18 November 2020, 11:34:00 UTC
3e2a2d1 Merge branch 'xcode-compiler-id-path' into release-3.18 Merge-request: !5506 12 November 2020, 17:24:00 UTC
bcbae3f Xcode: Extract CMAKE_<LANG>_COMPILER from compiler id with multiple archs When targeting a platform that supports multiple architectures, Xcode may choose to build all of them in our small compiler id project. Update the regex we use to extract the path to the compiler from the Xcode output to account for this. Fixes: #21425 12 November 2020, 17:20:34 UTC
a070565 Merge branch 'FindRuby-restore-VENDORLIB_DIR' into release-3.18 Merge-request: !5434 27 October 2020, 16:24:41 UTC
4c0ef57 FindRuby: Restore compatibility variable RUBY_VENDORLIB_DIR Since commit e672db628b (FindRuby: Rename variables to match case of module name, 2020-03-11, v3.18.0-rc1~546^2), the result variables named with the old `RUBY_` prefix are provided by compatibility code that maps from the new `Ruby_` prefix variables. This variable was accidentally left out. Fixes: #21369 27 October 2020, 16:18:05 UTC
3969c86 Merge branch 'cuda_vs_skip_computation' into release-3.18 Merge-request: !5422 27 October 2020, 11:32:37 UTC
dd77dec VS: Don't compute CUDA options unless necessary In the following scenario (with 3.18 policies): 1. A CXX target is created. 2. CUDA language is enabled. CMake 3.18 introduced CMP0104, which requires CUDA_ARCHITECTURES to be set. Because the CXX target was created before CUDA was enabled it wouldn't have it set. The Visual Studio generator would however end up computing CUDA compile options for the CXX target, which would result in a fatal error due to the policy violation. There doesn't seem to be a reason to do this for targets that don't actually use the CUDA language, so we can skip and generate the CXX target just fine. Fixes: #21341 27 October 2020, 11:29:01 UTC
e9109de Merge branch 'ninja-multi-per-config-sources' into release-3.18 Merge-request: !5430 26 October 2020, 20:14:00 UTC
d13bd6e Ninja Multi-Config: Don't try to calculate dependencies for "all" 26 October 2020, 19:37:04 UTC
7c0de41 Merge branch 'cmake-E-cat-binary' into release-3.18 Merge-request: !5364 15 October 2020, 12:11:56 UTC
f7a5f28 cmake: Fix '-E cat' command for binary files on Windows Reset `std::cout` to write in binary mode with no encoding conversions. Co-Author: Brad King <brad.king@kitware.com> Fixes: #21295 14 October 2020, 16:08:07 UTC
90b39a5 cmConsoleBuf: Factor out cout/cerr console buffer management 14 October 2020, 16:08:06 UTC
f1fdd15 clang-format: Fix include block order in ctest.cxx and cpack.cxx 14 October 2020, 16:06:50 UTC
3cc3d42 CMake 3.18.4 06 October 2020, 12:28:17 UTC
eb9cf7f Merge topic 'csharp-source_group-bugfix' into release-3.18 8d87cfdbf3 VS: Fix regression in C# source links Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5314 06 October 2020, 10:47:19 UTC
8d87cfd VS: Fix regression in C# source links Fix logic used since commit ac6b18cd90 (CSharp: Add support for source groups with out-of-source builds, 2020-02-18, v3.18.0-rc1~645^2). Add a check of the physical file location for C# source groups. 05 October 2020, 16:49:14 UTC
848eb29 Merge topic 'cxx-as-objcxx' into release-3.18 8a2977ba55 OBJCXX: Fix regression for compiling cpp files as objcxx Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5296 30 September 2020, 12:06:57 UTC
d4c149a Merge topic 'cuda-11.1-sm86' into release-3.18 5f6b0ba8b1 FindCUDA/select_compute_arch: Add CUDA 11.1 and SM86 support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5292 30 September 2020, 12:05:50 UTC
8a2977b OBJCXX: Fix regression for compiling cpp files as objcxx In commit 8d61294c3e (PCH: Mark CMake PCH source files as -x <lang>-header, 2020-09-04, v3.18.3~14^2) we removed the explicit `-x objective-c++` flag. This broke cases with custom source extensions. Restore the explicit `-x objective-c[++]` flag and put it before the `<FLAGS>` placeholder. The latter will contain the proper `-x objective-c[++]-header` value and will override the `-x objective-c[++]` value set before. Fixes: #21234 29 September 2020, 16:35:49 UTC
7d4e9a3 Merge topic 'vs-c11' into release-3.18 b11c723678 VS: Populate `std:c{11,17}` flag table entries for v142 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Merge-request: !5290 29 September 2020, 09:39:59 UTC
5f6b0ba FindCUDA/select_compute_arch: Add CUDA 11.1 and SM86 support 29 September 2020, 09:32:25 UTC
b11c723 VS: Populate `std:c{11,17}` flag table entries for v142 The `-std:c11` option added by commit f7347f28c7 (MSVC: Record support for C11 and c_restrict, 2020-08-09, v3.18.2~9^2) needs this flag table entry to map in the VS IDE properly. Issue: #21069 28 September 2020, 19:51:01 UTC
99f92d5 Merge topic 'FindJNI-aarch64' into release-3.18 696d16ae6c FindJNI: Add aarch64 support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Vitaly Lipatov <lav@etersoft.ru> Merge-request: !5275 28 September 2020, 12:38:54 UTC
c6c90b4 Merge topic 'clang-llvm-lib' into release-3.18 f5d3da091b Clang: Look for llvm-lib when using MSVC-like front-end Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Thomas Bernard <thomas@famillebernardgouriou.fr> Merge-request: !5264 25 September 2020, 16:23:02 UTC
696d16a FindJNI: Add aarch64 support Extend the fix from commit 44dffbcc94 (FindJNI: Add arm64 support, 2020-08-25, v3.18.3~21^2) to cover the `aarch64` name too. Fixes: #21237 25 September 2020, 16:04:34 UTC
f5d3da0 Clang: Look for llvm-lib when using MSVC-like front-end In commit 55196a1440 (MSVC: Use 'lib' instead of 'link /lib' to create static libraries, 2020-01-10, v3.18.0-rc1~625^2) we changed CMake to use lib instead of `link /lib` to create static libraries, but it didn't search for `llvm-lib`. If you have `llvm-lib` but not `lib` (e.g. when cross-compiling), when `CMakeFindBinutils` is invoked for the `C` and `CXX` languages, `CMAKE_AR` is not found. When it's subsequently invoked for the ASM language, `CMAKE_ASM_SIMULATE_ID` and `CMAKE_ASM_COMPILER_FRONTEND_VARIANT` are not set (because `CMakeDetermineASMCompiler` doesn't call `CMAKE_DETERMINE_COMPILER_ID`, which sets those variables), so we go down the non-MSVC conditional and set `CMAKE_AR` to a GNU-style `ar`, which of course does not understand lib flags. Explicitly search for `llvm-lib` to avoid this situation. 24 September 2020, 19:37:24 UTC
d031b7b Merge topic 'FindPython-fix-regex' into release-3.18 6c094c1c1e FindPython: Fix erroneous regex in ABI check Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5257 24 September 2020, 19:08:52 UTC
6c094c1 FindPython: Fix erroneous regex in ABI check A regex added by commit 6fdfe2428d (FindPython: enhance ABI checks against include directory, 2020-09-02, v3.18.3~17^2) was missing a backslash. Fixes: #21223 23 September 2020, 15:37:20 UTC
177fc02 CMake 3.18.3 22 September 2020, 12:53:09 UTC
0b95e61 Merge topic 'check-compiler-flag-result' into release-3.18 d4390c13e9 Merge branch 'backport-3.17-check-compiler-flag-result' d46590910c Check*CompilerFlag: Do not set result as a normal variable too Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alexander Grund <github@grundis.de> Merge-request: !5250 22 September 2020, 11:38:17 UTC
d4390c1 Merge branch 'backport-3.17-check-compiler-flag-result' 21 September 2020, 14:37:56 UTC
d465909 Check*CompilerFlag: Do not set result as a normal variable too Refactoring in commit cb984c6627 (Check*CompilerFlag: Modernize modules, 2019-12-09, v3.17.0-rc1~320^2) accidentally left the result set as a normal variable in addition to as a cache entry. This is not specified by the documentation, and is not the behavior in CMake 3.16 and below. Fixes: #21207 21 September 2020, 14:33:19 UTC
c9bc062 Merge topic 'foreach-int-parse-range-check' into release-3.18 0412b55b83 foreach: Fix crash parsing integer out of range Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5239 21 September 2020, 12:55:29 UTC
0412b55 foreach: Fix crash parsing integer out of range 18 September 2020, 13:54:58 UTC
f332b05 Merge topic 'ninja-multi-automoc-regression' into release-3.18 23fe4b861f Ninja Multi-Config: Fix dependencies of custom commands Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5238 18 September 2020, 12:42:28 UTC
ded92f6 Merge topic 'FindMatlab-r2020b' into release-3.18 4d292aecb6 FindMatlab: add R2020b => 9.9 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5233 18 September 2020, 12:41:08 UTC
23fe4b8 Ninja Multi-Config: Fix dependencies of custom commands a9fd3a10 addressed the scenario where the depending target is a utility target, but not the scenario where the dependent target is a utility target. Account for this scenario. Also add a Qt-specific test case. Fixes: #21118 17 September 2020, 19:46:57 UTC
ac487f8 Merge topic 'ci-xcode-11.7' into release-3.18 53709c764e gitlab-ci: update macOS jobs to use Xcode 11.7 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5236 17 September 2020, 17:00:37 UTC
53709c7 gitlab-ci: update macOS jobs to use Xcode 11.7 17 September 2020, 15:26:22 UTC
4d292ae FindMatlab: add R2020b => 9.9 17 September 2020, 12:58:21 UTC
314039b Help: Update 3.18.2 release notes to mention 3.16.9 and 3.17.5 A change made in 3.18.2 was backported to the 3.16 and 3.17 branches. Update the 3.18 release note to mention them. 15 September 2020, 13:27:56 UTC
42edc1a Merge branch 'release-3.17' into release-3.18 15 September 2020, 13:27:00 UTC
58b37ae Merge branch 'release-3.16' into release-3.18 15 September 2020, 13:26:48 UTC
566e96d CMake 3.17.5 15 September 2020, 12:34:16 UTC
2058c7a Merge branch 'backport-3.17-automoc-path-prefix-off' into release-3.17 15 September 2020, 12:32:26 UTC
3ef992e Merge branch 'release-3.16' into release-3.17 15 September 2020, 12:32:11 UTC
205d543 Help: Add 3.17.5 release note about AUTOMOC_PATH_PREFIX default change 15 September 2020, 12:31:35 UTC
b9bcec4 Merge branch 'backport-3.16-automoc-path-prefix-off' 15 September 2020, 12:29:12 UTC
43ddc64 CMake 3.16.9 15 September 2020, 12:11:59 UTC
37b669a Merge branch 'backport-3.16-automoc-path-prefix-off' into release-3.16 15 September 2020, 12:11:45 UTC
52217c3 Help: Add 3.16.9 release note about AUTOMOC_PATH_PREFIX default change 15 September 2020, 12:10:31 UTC
5b5d2dc Merge topic 'armclang-fixes' into release-3.18 3d1ed986e2 ARMClang: Fix link line generation after addition of armlink support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Osama Moharam <osama.moharam.uw@renesas.com> Merge-request: !5211 11 September 2020, 12:30:33 UTC
1db8c1d Merge topic 'file-GENERATE-earlier' into release-3.18 aee2c51224 file(GENERATE): Create output file structures for all directories first Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5209 11 September 2020, 12:27:12 UTC
3d1ed98 ARMClang: Fix link line generation after addition of armlink support Revise logic added by commit 73fb6ac82b (ARMClang: Add support for armlink, 2020-06-02, v3.18.0-rc1~27^2). Fixes: #21154 10 September 2020, 20:33:14 UTC
aee2c51 file(GENERATE): Create output file structures for all directories first Since commit 36ded610af (PCH: Generate sources during Compute step, 2019-10-05, v3.16.0-rc1~2^2) the source file lookup is done earlier than before. Its parent commit f1fb63b306 (file(GENERATE): Create output file structures even earlier, 2019-10-07, v3.16.0-rc1~2^2~1) prepared for that. However, that commit did not account for generating and using files in separate subdirectories. Fix this by evaluating all generated files before adding automatic files. Fixes: #21144 10 September 2020, 20:13:01 UTC
06cb6a1 Merge topic 'gitlab-ci-prefer-mr' into release-3.18 f6a80ffd54 gitlab-ci: Prefer MR rules for any pipeline associated with a MR Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5214 10 September 2020, 20:02:56 UTC
f6a80ff gitlab-ci: Prefer MR rules for any pipeline associated with a MR GitLab 13.3 started creating MR pipelines in the parent project of a MR from a fork, at least when the MR submitter is a developer in the parent project. If the pipeline is associated with a MR, we should use the corresponding rules regardless of which project hosts the pipeline. 10 September 2020, 19:48:13 UTC
9b5f167 Merge topic 'automoc-rerun-missing-dependency' into release-3.18 9ac3503d30 AutoMoc: Re-run moc if a dependency is missing Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5180 10 September 2020, 13:45:52 UTC
8de27c5 Merge topic 'pch-tv90' into release-3.18 ce7c100545 PCH: Fix 30s wait for VS2008 when used via -Tv90 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5199 09 September 2020, 15:24:34 UTC
802584f Merge topic 'ios-pch-x-lang-header' into release-3.18 8d61294c3e PCH: Mark CMake PCH source files as -x <lang>-header Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5188 09 September 2020, 15:23:34 UTC
9ac3503 AutoMoc: Re-run moc if a dependency is missing AutoMoc uses the moc-emitted dependency file of Qt 5.15 to track dependencies. Such a dependency may well live outside the project and can vanish, for example when installing a new compiler version. This situation was detected before, but merely a warning was issued. Now, we're considering a generated file as out of date if a dependency is missing and re-generate it. We also have to remove the missing dependency from the ParseCache. Otherwise the AUTOMOC target for all generators other than Ninja will always be out of date. The ParseCacheChanged flag had to be made atomic, because we're potentially accessing it from multiple threads. The dependencies vector itself is not vulnerable in this regard, because there's one vector per file, and we're accessing exactly one ParseCacheT::FileHandleT per thread. Fixes: #21136 09 September 2020, 10:51:28 UTC
0834b8b Merge topic 'FindPython-set-CMP0012-NEW' into release-3.18 0670797d71 FindPython: CMP0012 must be set to NEW Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5198 08 September 2020, 15:13:48 UTC
ce7c100 PCH: Fix 30s wait for VS2008 when used via -Tv90 Fixes: #21142 Backport: release 07 September 2020, 17:49:15 UTC
0670797 FindPython: CMP0012 must be set to NEW Fixes: #21168 07 September 2020, 16:19:30 UTC
8d61294 PCH: Mark CMake PCH source files as -x <lang>-header Fixes: #21163 04 September 2020, 17:23:17 UTC
fff360c Merge topic 'ninja-multi-automoc-regression' into release-3.18 a9fd3a107d Ninja Multi-Config: Fix dependencies of utility targets f1199bdc96 Ninja Multi-Config: Fix cleaning of utility targets with commands 657047cd24 Ninja Multi-Config: Fix clean:all target c35d1927a5 Tests: Pass additional Qt information to Ninja and NMC tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5177 03 September 2020, 12:47:33 UTC
be66f2e Merge topic 'FindPython-include-dir-ABI-checks' into release-3.18 6fdfe2428d FindPython: enhance ABI checks against include directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5181 03 September 2020, 12:46:36 UTC
a9fd3a1 Ninja Multi-Config: Fix dependencies of utility targets Fixes: #21118 02 September 2020, 16:59:59 UTC
f1199bd Ninja Multi-Config: Fix cleaning of utility targets with commands 02 September 2020, 16:59:59 UTC
657047c Ninja Multi-Config: Fix clean:all target 02 September 2020, 16:59:59 UTC
6fdfe24 FindPython: enhance ABI checks against include directory Fixes: #21149 02 September 2020, 13:41:16 UTC
c35d192 Tests: Pass additional Qt information to Ninja and NMC tests 01 September 2020, 20:58:58 UTC
7da3c74 Merge topic 'automoc-depend-project-file' into release-3.18 776059ef0f Merge branch 'backport-3.17-automoc-depend-project-file' 6b20bbd2dd AutoMoc: Restore support for re-running after project file changes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5166 01 September 2020, 13:09:30 UTC
cb70145 Merge topic 'UseSWIG-interface-option' into release-3.18 d264685bee UseSWIG: Update option -interface usage Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5172 01 September 2020, 13:08:06 UTC
30fec0d Merge branch 'backport-3.17-automoc-depend-project-file' into release-3.17 Merge-request: !5166 31 August 2020, 17:44:44 UTC
776059e Merge branch 'backport-3.17-automoc-depend-project-file' 31 August 2020, 17:10:31 UTC
6b20bbd AutoMoc: Restore support for re-running after project file changes For Qt >= 5.15.0 and Ninja generators AutoMoc creates a depfile to let Ninja decide when to run AutoMoc. This was introduced by commit aebfbcaa46 (AutoGen: Use depfiles for the XXX_autogen ninja targets, 2020-01-14, v3.17.0-rc1~58^2). However, AutoMoc was not triggered after adding a new moc-able file to the project. This patch adds the project file (and potentially included files) to the dependencies in the depfile. Now, a re-run of AutoMoc is triggered if the project file changes. Fixes: #21127 31 August 2020, 17:07:23 UTC
d264685 UseSWIG: Update option -interface usage Option -interface must not be used if multiple SWIG files are part of the same library. Fixes: #21134 31 August 2020, 10:33:57 UTC
f2a22ec Merge branch 'release-3.17' into release-3.18 27 August 2020, 15:16:32 UTC
9fbd3df Merge branch 'backport-3.17-cmext-vs16-declval' into release-3.17 Merge-request: !4971 27 August 2020, 15:13:20 UTC
d2f8912 Implement cm::static_reference_cast by declval Previously, cm::static_reference_cast used invoke_result_t and took the address of O::get. This is not in complete conformance with standard. This MR changes the implementation to use std::declval<O>.get() which is always well-defined. 27 August 2020, 15:12:25 UTC
807aaae Merge topic 'FindJNI-arm64' into release-3.18 44dffbcc94 FindJNI: Add arm64 support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5162 26 August 2020, 14:26:52 UTC
57c1be6 Merge topic 'cuda-std-for-msvc' into release-3.18 bed315a0da CUDA: Support setting CUDA14/17 when using MSVC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5160 26 August 2020, 14:25:44 UTC
44dffbc FindJNI: Add arm64 support On 64-bit ARM, JVM directories have an arm64 suffix. 25 August 2020, 18:34:02 UTC
4767548 Merge topic 'automoc_timestamp_nmc_fix' into release-3.18 a48bb185c3 AutoGen: Fix moc and uic dependencies when building Qt itself Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5153 25 August 2020, 17:58:28 UTC
a48bb18 AutoGen: Fix moc and uic dependencies when building Qt itself When building Qt itself, the moc and uic executables are spcecified via a generator expression of the form $<TARGET_FILE:Qt6::moc>, which ends populating Moc's and Uic's 'Executable' field but not the ExecutableTarget and ExecutableTargetName fields. In such a scenario, the code in cmQtAutoGenInitializer::InitAutogenTarget fails to add a dependency on moc (or uic), because ExecutableTarget is null. First try to add a dependency on the ExecutableTarget if it's not empty, otherwise try to add a dependency on the path specified in the 'Executable' field. Issue: #21118 25 August 2020, 16:29:23 UTC
d2c3dea Merge topic 'msvc_static_assert' into release-3.18 95bc11dbb4 MSVC: Record support for c_static_assert Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5148 25 August 2020, 14:26:54 UTC
bed315a CUDA: Support setting CUDA14/17 when using MSVC Fixes #20953 24 August 2020, 13:53:38 UTC
95bc11d MSVC: Record support for c_static_assert Supported since MSVC 19.28.29115 (VS 16.8.0 Preview 1.0). 20 August 2020, 13:45:47 UTC
aaa5eab CMake 3.18.2 20 August 2020, 12:20:32 UTC
4fc1dd2 Merge topic 'FindMPI-cuda-pthread' into release-3.18 47abe5f225 FindMPI: Fix regression in pthread guard Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Merge-request: !5147 20 August 2020, 11:55:23 UTC
590b879 Merge topic 'gitlab-ci-msvc-14.27' into release-3.18 983cb0c891 gitlab-ci: Update Windows builds to MSVC 19.27 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5144 20 August 2020, 11:53:12 UTC
eeaa890 Merge topic 'msvc_c11' into release-3.18 f4373feda8 Tests: Fix RunCMake.try_compile test for C standards with MSVC 19.27 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5145 20 August 2020, 11:49:27 UTC
47abe5f FindMPI: Fix regression in pthread guard Fix a regression with MPI and CUDA<10.2 that did let `-pthread` flags slip to nvcc again. In commit b725a19072 (FindMPI: Deny -fexceptions from NVCC, 2020-07-02, v3.18.0-rc4~12^2) we accidentally forgot to use the variable containing the replacement result. Fixes: #21108 20 August 2020, 10:52:45 UTC
983cb0c gitlab-ci: Update Windows builds to MSVC 19.27 19 August 2020, 18:53:46 UTC
f4373fe Tests: Fix RunCMake.try_compile test for C standards with MSVC 19.27 Since commit f7347f28c7 (MSVC: Record support for C11 and c_restrict, 2020-08-09) we know about MSVC C language standards. Update the `RunCMake.try_compile` test to be aware of this even when CMake is itself configured by an older CMake that does not know this. 19 August 2020, 18:52:52 UTC
281a87f Merge topic 'ep-patch-skip-update-dep' into release-3.18 715324742f ExternalProject: Stop configure target from always appearing out-of-date c0b7198ad9 ExternalProject: Stop patch target from always appearing out-of-date Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5136 19 August 2020, 15:40:02 UTC
833e84c Merge topic 'llvm-rc-quote-cmake' into release-3.18 3937536d16 llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECT Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5139 19 August 2020, 15:37:54 UTC
e9d0059 Merge topic 'FindPython-enhance-version-extraction-from-lib-name' into release-3.18 72822e26c9 FindPython: enhance robustness of version extraction from library name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5135 19 August 2020, 15:36:51 UTC
09e8de7 Merge topic 'CMakeFindBinUtils-fallback' into release-3.18 6896e50967 CMakeFindBinUtils: Always consider plain binutils when not cross-compiling Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5137 19 August 2020, 15:35:00 UTC
back to top