diff options
-rw-r--r-- | Tests/Complex/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/ComplexOneConfig/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/ComplexRelativePaths/CMakeLists.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt index 532f725..a30d493 100644 --- a/Tests/Complex/CMakeLists.txt +++ b/Tests/Complex/CMakeLists.txt @@ -1,6 +1,7 @@ # # A more complex test case # +SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2) PROJECT (Complex) # diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt index 532f725..a30d493 100644 --- a/Tests/ComplexOneConfig/CMakeLists.txt +++ b/Tests/ComplexOneConfig/CMakeLists.txt @@ -1,6 +1,7 @@ # # A more complex test case # +SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2) PROJECT (Complex) # 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) # |