diff options
Diffstat (limited to 'Tests/RunCMake/FetchContent/PreserveEmptyArgs.cmake')
-rw-r--r-- | Tests/RunCMake/FetchContent/PreserveEmptyArgs.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/FetchContent/PreserveEmptyArgs.cmake b/Tests/RunCMake/FetchContent/PreserveEmptyArgs.cmake index 4f35448..6da6c42 100644 --- a/Tests/RunCMake/FetchContent/PreserveEmptyArgs.cmake +++ b/Tests/RunCMake/FetchContent/PreserveEmptyArgs.cmake @@ -1,3 +1,5 @@ +cmake_policy(SET CMP0169 OLD) + include(FetchContent) # Need to see the download command output |