BUG: fix for backwards compatibility
This commit is contained in:
parent
dcc9c131b4
commit
bd2739feec
|
@ -1,6 +1,7 @@
|
|||
#
|
||||
# A more complex test case
|
||||
#
|
||||
SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2)
|
||||
PROJECT (Complex)
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#
|
||||
# A more complex test case
|
||||
#
|
||||
SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2)
|
||||
PROJECT (Complex)
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#
|
||||
# A more complex test case
|
||||
#
|
||||
SET(CMAKE_BACKWARDS_COMPATIBILITY 1.2)
|
||||
PROJECT (Complex)
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue