File tree Expand file tree Collapse file tree 5 files changed +5
-12
lines changed
3_bidirectional_cxx_interop Expand file tree Collapse file tree 5 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 55#
66# See https://swift.org/LICENSE.txt for license information
77
8- cmake_minimum_required (VERSION 3.22)
8+ cmake_minimum_required (VERSION 3.22...3.29 )
99
1010project (hello LANGUAGES Swift)
1111
Original file line number Diff line number Diff line change 55#
66# See https://swift.org/LICENSE.txt for license information
77
8- cmake_minimum_required (VERSION 3.22)
8+ cmake_minimum_required (VERSION 3.22...3.29 )
99project (Project2 LANGUAGES Swift)
1010
1111add_subdirectory ("lib/" )
Original file line number Diff line number Diff line change 55#
66# See https://swift.org/LICENSE.txt for license information
77
8- cmake_minimum_required (VERSION 3.26)
8+ cmake_minimum_required (VERSION 3.26...3.29 )
99
1010# Project PingPong: Bouncing control flow between Swift and C++ like a ping pong
1111# ball.
Original file line number Diff line number Diff line change 55#
66# See https://swift.org/LICENSE.txt for license information
77
8- cmake_minimum_required (VERSION 3.22)
9-
10- if (POLICY CMP0157)
11- cmake_policy (SET CMP0157 NEW)
12- endif ()
8+ cmake_minimum_required (VERSION 3.22...3.29)
139
1410project (StringifyMacroExample
1511 LANGUAGES Swift)
Original file line number Diff line number Diff line change 55#
66# See https://swift.org/LICENSE.txt for license information
77
8- cmake_minimum_required (VERSION 3.22)
9- if (POLICY CMP0157)
10- cmake_policy (SET CMP0157 NEW)
11- endif ()
8+ cmake_minimum_required (VERSION 3.22...3.29)
129
1310project (StringifyMacro
1411 LANGUAGES Swift)
You can’t perform that action at this time.
0 commit comments