diff options
Diffstat (limited to 'Tests/RunCMake/set/ParentPulling.cmake')
-rw-r--r-- | Tests/RunCMake/set/ParentPulling.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/RunCMake/set/ParentPulling.cmake b/Tests/RunCMake/set/ParentPulling.cmake index 2614533..5649cb2 100644 --- a/Tests/RunCMake/set/ParentPulling.cmake +++ b/Tests/RunCMake/set/ParentPulling.cmake @@ -1,6 +1,3 @@ -cmake_minimum_required(VERSION 3.0) -project(Minimal NONE) - function(test_set) set(blah "value2") message("before PARENT_SCOPE blah=${blah}") |