浏览代码

BUG: fix for backwards compatibility

Bill Hoffman 23 年之前
父节点
当前提交
bd2739feec
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      Tests/Complex/CMakeLists.txt
  2. 1 0
      Tests/ComplexOneConfig/CMakeLists.txt
  3. 1 0
      Tests/ComplexRelativePaths/CMakeLists.txt

+ 1 - 0
Tests/Complex/CMakeLists.txt

@@ -1,6 +1,7 @@
 #
 # A more complex test case
 #
+SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2)
 PROJECT (Complex)
 
 #

+ 1 - 0
Tests/ComplexOneConfig/CMakeLists.txt

@@ -1,6 +1,7 @@
 #
 # A more complex test case
 #
+SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2)
 PROJECT (Complex)
 
 #

+ 1 - 0
Tests/ComplexRelativePaths/CMakeLists.txt

@@ -1,6 +1,7 @@
 #
 # A more complex test case
 #
+SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2)
 PROJECT (Complex)
 
 #