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-NoTopInstall.cmake | |
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-NoTopInstall.cmake')
-rw-r--r-- | Tests/RunCMake/add_subdirectory/CMP0082-WARN-NoTopInstall.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_subdirectory/CMP0082-WARN-NoTopInstall.cmake b/Tests/RunCMake/add_subdirectory/CMP0082-WARN-NoTopInstall.cmake new file mode 100644 index 0000000..70bc9ed --- /dev/null +++ b/Tests/RunCMake/add_subdirectory/CMP0082-WARN-NoTopInstall.cmake @@ -0,0 +1 @@ +add_subdirectory(CMP0082) |