diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-08 18:11:25 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-08 18:11:25 (GMT) |
commit | 859b51751811f1b4c160793010cf3ad20c00140d (patch) | |
tree | 988c3048f36d44e40ec2a7da66d1658f22492553 /Tests/ComplexRelativePaths | |
parent | 2e4258efc16a805fb6cc1a42426046f0f015657b (diff) | |
download | CMake-859b51751811f1b4c160793010cf3ad20c00140d.zip CMake-859b51751811f1b4c160793010cf3ad20c00140d.tar.gz CMake-859b51751811f1b4c160793010cf3ad20c00140d.tar.bz2 |
ENH: remove requirements on 1.2
Diffstat (limited to 'Tests/ComplexRelativePaths')
-rw-r--r-- | Tests/ComplexRelativePaths/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt index d16d66e..ca186bb 100644 --- a/Tests/ComplexRelativePaths/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/CMakeLists.txt @@ -1,7 +1,7 @@ # # A more complex test case # -SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2) +SET(CMAKE_BACKWARDS_COMPATIBILITY 1.4) PROJECT (Complex) # |