diff options
Diffstat (limited to 'Tests/RunCMake/CMP0081/CMP0081-OLD.cmake')
-rw-r--r-- | Tests/RunCMake/CMP0081/CMP0081-OLD.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMP0081/CMP0081-OLD.cmake b/Tests/RunCMake/CMP0081/CMP0081-OLD.cmake new file mode 100644 index 000000000..2e91bf6ae --- /dev/null +++ b/Tests/RunCMake/CMP0081/CMP0081-OLD.cmake @@ -0,0 +1,4 @@ + +cmake_policy(SET CMP0081 OLD) + +include (CMP0081-Common.cmake) |