Bläddra i källkod

BUG: fix for backwards compatibility

Bill Hoffman 23 år sedan
förälder
incheckning
bd2739feec

+ 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)
 
 #