diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-20 16:20:14 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-20 16:20:14 (GMT) |
commit | bd2739feece66383f2477eb03f4d6d3fbdfb9d1e (patch) | |
tree | 18f2981431ec5babdf6b1e53fa8d5eb66b0eaf79 /Tests/ComplexRelativePaths | |
parent | dcc9c131b4376bc02f6291296a01b2b6338c7d19 (diff) | |
download | CMake-bd2739feece66383f2477eb03f4d6d3fbdfb9d1e.zip CMake-bd2739feece66383f2477eb03f4d6d3fbdfb9d1e.tar.gz CMake-bd2739feece66383f2477eb03f4d6d3fbdfb9d1e.tar.bz2 |
BUG: fix for backwards compatibility
Diffstat (limited to 'Tests/ComplexRelativePaths')
-rw-r--r-- | Tests/ComplexRelativePaths/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt index 532f725..a30d493 100644 --- a/Tests/ComplexRelativePaths/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/CMakeLists.txt @@ -1,6 +1,7 @@ # # A more complex test case # +SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2) PROJECT (Complex) # |