diff options
author | Shane Parris <shane.lee.parris@gmail.com> | 2018-02-14 16:35:44 (GMT) |
---|---|---|
committer | Shane Parris <shane.lee.parris@gmail.com> | 2018-04-02 03:16:12 (GMT) |
commit | 20612978c8d0880606632bf46f567218eae0b37b (patch) | |
tree | 3ca99ccc6e1fcd28c271eeeea64c20e6ce5765ee /Tests/RunCMake/file/GLOB_RECURSE-warn-CONFIGURE_DEPENDS-ninja-version-stderr.txt | |
parent | 3f4b81f54096a90e2887ece75fff6cf4a8b93541 (diff) | |
download | CMake-20612978c8d0880606632bf46f567218eae0b37b.zip CMake-20612978c8d0880606632bf46f567218eae0b37b.tar.gz CMake-20612978c8d0880606632bf46f567218eae0b37b.tar.bz2 |
Add tests for `file(GLOB)` CONFIGURE_DEPENDS flag
Diffstat (limited to 'Tests/RunCMake/file/GLOB_RECURSE-warn-CONFIGURE_DEPENDS-ninja-version-stderr.txt')
-rw-r--r-- | Tests/RunCMake/file/GLOB_RECURSE-warn-CONFIGURE_DEPENDS-ninja-version-stderr.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/RunCMake/file/GLOB_RECURSE-warn-CONFIGURE_DEPENDS-ninja-version-stderr.txt b/Tests/RunCMake/file/GLOB_RECURSE-warn-CONFIGURE_DEPENDS-ninja-version-stderr.txt new file mode 100644 index 0000000..8d22332 --- /dev/null +++ b/Tests/RunCMake/file/GLOB_RECURSE-warn-CONFIGURE_DEPENDS-ninja-version-stderr.txt @@ -0,0 +1,13 @@ +^CMake Warning \(dev\): + The detected version of Ninja: + + .* + + is less than the version of Ninja required by CMake for adding restat + dependencies to the build\.ninja manifest regeneration target: + + 1\.8 + + Any pre-check scripts, such as those generated for file\(GLOB + CONFIGURE_DEPENDS\), will not be run by Ninja\. +This warning is for project developers\. Use -Wno-dev to suppress it\.$ |