https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
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
3937536 llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECT When the installation path to cmake includes spaces, the `<CMAKE_COMMAND>` is required to have proper quotation of the cmake call. Fixes: #21095 18 August 2020, 21:15:34 UTC
6896e50 CMakeFindBinUtils: Always consider plain binutils when not cross-compiling Since commit c5dd2ca538 (DetermineCompiler: Relax _CMAKE_TOOLCHAIN_PREFIX detection, 2020-03-25, v3.18.0-rc1~430^2), `_CMAKE_TOOLCHAIN_PREFIX` may be set even when not cross-compiling. In this case we may still need to use binutils without any prefix. Fixes: #21103 18 August 2020, 17:19:24 UTC
7153247 ExternalProject: Stop configure target from always appearing out-of-date When updates are disconnected, don't depend on skip-update because that target is always considered out of date. Depend directly on the patch target instead because it already depends on the appropriate target regardless of whether updates are disconnected or not. This in turn means nothing depends on the skip-update target, so it has also been removed. Relates: #21086 18 August 2020, 13:27:47 UTC
c0b7198 ExternalProject: Stop patch target from always appearing out-of-date The skip-update target is always considered out-of-date. The change in 7249ba9677 (ExternalProject: Enforce that patch depends on update, 2020-04-03) made the patch target depend on skip-update, which in turn made it always out of date too. The patch command should only be re-run if the download needs to be performed again where updates are disconnected. Fixes: #21086 18 August 2020, 13:21:36 UTC
72822e2 FindPython: enhance robustness of version extraction from library name Fixes: #21105 18 August 2020, 10:30:47 UTC
acd15bf Merge topic 'FindRuby_document_deprecated_variables' into release-3.18 e7fe0b24c4 FindRuby: Add documentation for deprecated variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5120 12 August 2020, 16:22:45 UTC
e7fe0b2 FindRuby: Add documentation for deprecated variables Since commit e672db628b (FindRuby: Rename variables to match case of module name, 2020-03-11, v3.18.0-rc1~546^2), the upper-case-prefixed variable names are for compatibility only but still exist. Put them back in the documentation. Issue: #21064 12 August 2020, 15:25:45 UTC
eaf8181 Merge topic 'msvc_c11' into release-3.18 f7347f28c7 MSVC: Record support for C11 and c_restrict Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5115 12 August 2020, 15:14:51 UTC
0ca6d57 Merge topic 'FindPython-manage-SOABI-in-all-versions' into release-3.18 951640f1f9 FindPython: manage SOABI for all Python versions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5119 12 August 2020, 15:13:16 UTC
edd908f Merge topic 'gitlab-ci-tag-cmake' into release-3.18 778ea72b59 gitlab-ci: add 'cmake' tag to all jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5121 11 August 2020, 17:40:47 UTC
778ea72 gitlab-ci: add 'cmake' tag to all jobs This will give us more granular control over which runners accept jobs for CMake. 11 August 2020, 17:19:05 UTC
f7347f2 MSVC: Record support for C11 and c_restrict MSVC >=19.27 supports a C11 switch. The `c_restrict` feature has also been implemented. Fixes: #21069 11 August 2020, 13:08:21 UTC
9ccd13d Merge topic 'findhdf5-fix-nohl' into release-3.18 e038107ee7 FindHDF5: fix compiler detection when HL is disabled Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5112 11 August 2020, 12:55:45 UTC
5c9edd3 Merge topic 'osx-archs-apple-only' into release-3.18 70ce1ad64a PCH: Avoid Apple-specific architecture flags on other platforms Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5118 11 August 2020, 12:54:15 UTC
e524819 Merge topic 'automoc-path-prefix-off' into release-3.18 5b5be34811 Help: Add 3.18.2 release note about AUTOMOC_PATH_PREFIX default change db659e18bc Merge branch 'backport-3.17-automoc-path-prefix-off' e503fbe38a Merge branch 'backport-3.16-automoc-path-prefix-off' 4c33b305a0 Autogen: Turn off moc path prefix generation by default 56510b7d85 Merge branch 'backport-test-FindPkgConfig-isolate-env' into release-3.17 effc9a1032 Merge branch 'backport-3.17-automoc_timestamp_deps' into release-3.17 507fecd7e2 Merge branch 'ninja-multi-rsp-remove-path' into release-3.17 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5105 11 August 2020, 12:51:01 UTC
951640f FindPython: manage SOABI for all Python versions Fixes: #21070 11 August 2020, 08:16:40 UTC
70ce1ad PCH: Avoid Apple-specific architecture flags on other platforms Since commit f593b354da (PCH: Add support for multi architecture iOS projects, 2020-04-02, v3.18.0-rc1~414^2) the `OSX_ARCHITECTURES` target property (and corresponding `CMAKE_OSX_ARCHITECTURES` variable) affects flags on non-Apple platforms by accident. Add a missing condition to avoid this. Fixes: #21072 10 August 2020, 17:29:29 UTC
09507da Merge branch 'backport-3.17-automoc-path-prefix-off' into release-3.17 Merge-request: !5105 10 August 2020, 16:21:30 UTC
521ed96 Merge branch 'backport-3.16-automoc-path-prefix-off' into release-3.16 Merge-request: !5105 10 August 2020, 16:19:09 UTC
e038107 FindHDF5: fix compiler detection when HL is disabled A valid HDF5 installation with the "high level" extensions not configured will *fail* to be correctly detected by CMake since commit d9e39f3f89 (FindHDF5: check that compiler wrapper can compile a minimal program, 2020-02-10, v3.18.0-rc1~744^2~1): ``` /.../hdf5/cmake_hdf5_test.c:2:10: fatal error: 'hdf5_hl.h' file not found ``` This does not stop the configuration but does prevent flags and libraries from being recognized. 10 August 2020, 15:53:58 UTC
b8214a8 Merge topic 'FPHSA-name-mismatches-chained-via-include' into release-3.18 98844ec9db FPHSA: detect inclusion between find modules Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Logan Barnes <barneslt63@gmail.com> Merge-request: !5107 10 August 2020, 15:25:09 UTC
b6da87c Merge topic 'xcode-try_compile-no-sign-backport' into release-3.18 97d581b25d Xcode: Explicitly turn off signing in try_compile projects Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5117 10 August 2020, 15:23:14 UTC
cb1f2cf Merge topic 'FindRuby-restore-include-path' into release-3.18 6959744131 FindRuby: Restore compatibility variable RUBY_INCLUDE_PATH Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5109 10 August 2020, 15:21:20 UTC
b88fb7e Merge topic 'FindPython-user-policies' into release-3.18 a92d384548 FindPython: ensure user's policies are respected Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Henry Schreiner <henryschreineriii@gmail.com> Merge-request: !5098 10 August 2020, 15:19:17 UTC
5b5be34 Help: Add 3.18.2 release note about AUTOMOC_PATH_PREFIX default change 10 August 2020, 14:49:55 UTC
db659e1 Merge branch 'backport-3.17-automoc-path-prefix-off' 10 August 2020, 14:49:18 UTC
72409ee Merge topic 'test-FindPkgConfig-isolate-env' into release-3.18 8b12982653 Merge branch 'backport-test-FindPkgConfig-isolate-env' 4c939b0d39 Tests: Isolate RunCMake.FindPkgConfig from caller environment 20eeb40aaf Tests: Isolate RunCMake.FindPkgConfig from caller environment Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5108 10 August 2020, 14:45:54 UTC
e503fbe Merge branch 'backport-3.16-automoc-path-prefix-off' 10 August 2020, 14:41:06 UTC
back to top