diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2018-10-03 15:49:18 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2018-10-10 14:26:40 (GMT) |
commit | b56f2db87aebd34bfaf24439d56632aa3f3019f8 (patch) | |
tree | a0d473b712c59d6e4a9beb9f84bdea764db4e4b6 /Tests/RunCMake/add_subdirectory/CMP0082-WARN-NestedSub-stderr.txt | |
parent | fc8955e8891c645cd369a3cc8b607a14a8ed5bd7 (diff) | |
download | CMake-b56f2db87aebd34bfaf24439d56632aa3f3019f8.zip CMake-b56f2db87aebd34bfaf24439d56632aa3f3019f8.tar.gz CMake-b56f2db87aebd34bfaf24439d56632aa3f3019f8.tar.bz2 |
Testing: Add test for CMP0082
Diffstat (limited to 'Tests/RunCMake/add_subdirectory/CMP0082-WARN-NestedSub-stderr.txt')
-rw-r--r-- | Tests/RunCMake/add_subdirectory/CMP0082-WARN-NestedSub-stderr.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_subdirectory/CMP0082-WARN-NestedSub-stderr.txt b/Tests/RunCMake/add_subdirectory/CMP0082-WARN-NestedSub-stderr.txt new file mode 100644 index 0000000..9362905 --- /dev/null +++ b/Tests/RunCMake/add_subdirectory/CMP0082-WARN-NestedSub-stderr.txt @@ -0,0 +1,7 @@ +CMake Warning \(dev\) in CMP0082-NestedSub/CMakeLists\.txt: + Policy CMP0082 is not set: Install rules from add_subdirectory\(\) are + interleaved with those in caller\. Run "cmake --help-policy CMP0082" for + policy details\. Use the cmake_policy command to set the policy and + suppress this warning\. + +This warning is for project developers\. Use -Wno-dev to suppress it\. |