summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/set/ParentPulling.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/set/ParentPulling.cmake')
-rw-r--r--Tests/RunCMake/set/ParentPulling.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/RunCMake/set/ParentPulling.cmake b/Tests/RunCMake/set/ParentPulling.cmake
index 2614533f4e..5649cb2fd1 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}")