- Mar 10, 2017
-
-
Brad King authored
The `cmake_policy(SET)` call triggers `CMP0011` warnings when this module is used in a project that does not set `CMP0011` to NEW. We could avoid these with a `cmake_policy` PUSH/POP pair, but it is simpler to adjust our code to not trigger `CMP0054` in the first place.
-
- Mar 08, 2017
-
-
Ruslan Baratov authored
-
- Mar 07, 2017
-
-
2927e437 Help/dev: Document the CMake Testing Process b55e19dd Help/dev: Revise README to have a bullet list of available documents Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !561
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
485685fd Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !553
-
aba92ffd cmWorkingDirectory: use the new class 047a5e4d cmWorkingDirectory: add class for changing the workdir 89891bcb cmCTest, cmCTestCoverageHandler: remove cwd dance c3304fa5 OSXScriptLauncher: remove unused variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !540
-
09475c29 CPack/NSIS: Sign the uninstaller Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !512
-
ef3c319b Autogen: Test: Add mocDepends test 7f9baf57 Autogen: Test: Add generated qrc file to rccDepends test 81656b92 Autogen: Test: Add generated file to moc rerun test d9a7ef80 Autogen: Test: Add timestamp comparison to moc rerun test 89780663 Autogen: Test: Rename automoc_rerun test to mocRerun 9cad44dc Autogen: Test: Rename autorcc_depends test to rccDepends 60274e1d Autogen: Add RunCommand method with built in logging 8f2ad9c4 Autogen: Error return when a scan file is not readable ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !543
-
c6bef559 FindHDF5: set HDF5_<lang>_INCLUDE_DIRS in all cases Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !548
-
eb44f001 Help: Sort cmake-variables.7 toctree Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !556
-
-
Kitware Robot authored
-
- Mar 06, 2017
-
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
Closes #16186 Closes #14379
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
This allows empty .qrc files in any list position.
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
957bdb9e Help: Add example to MAP_IMPORTED_CONFIG_<CONFIG> docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !545
-
Brad King authored
-
Brad King authored
-
723955cd FindVulkan: Fix for SDK versions < 1.0.42 on 32-bit Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !549
-
Before Vulkan 1.0.42, the SDK would add the Bin directory to `PATH`, which was confusing the 32-bit search on Windows. Avoid such confusion by ignoring the `PATH` when looking for the 32-bit version. Vulkan 1.0.42 fixed the whole problem by moving the libraries into Lib, Lib32, so this is strictly a compatibility fix for old SDKs.
-
-
In the case that we're using `find_path` to find the include directory, only the `_DIR` variable was set, while in all other cases only the `_DIRS` variable was set. Set the `_DIRS` variable in all cases (while keeping `_DIR` as result of `find_path`). Also document the `_DIRS` variable. Fixes: #16694
-
Brad King authored
-
ea2a8dd2 FindHDF5: Restore `-D` in HDF5_DEFINITIONS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !554
-
Changes in commit v3.8.0-rc1~7^2~5 (FindHDF5: Fix command-line parsing argument extraction order, 2017-02-02) accidentally dropped `-D` from preprocessor definition flags extracted from the HDF5 compiler wrappers. Fixes: #16693
-
Brad King authored
This reverts commit v3.8.0-rc1~305^2 (Remove CTestTestfile.cmake when BUILD_TESTING is OFF, 2016-11-14). It breaks projects that never enable testing but create their own `CTestTestfile.cmake` manually instead.
-
These functions just need to change the directory for a block of code and then go back to the caller's expected location. Use cmWorkingDirectory to ensure that all return paths are handled.
-