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 5
5
#
6
6
# See https://swift.org/LICENSE.txt for license information
7
7
8
- cmake_minimum_required (VERSION 3.22 )
8
+ cmake_minimum_required (VERSION 3.22...3.29 )
9
9
10
10
project (hello LANGUAGES Swift )
11
11
Original file line number Diff line number Diff line change 5
5
#
6
6
# See https://swift.org/LICENSE.txt for license information
7
7
8
- cmake_minimum_required (VERSION 3.22 )
8
+ cmake_minimum_required (VERSION 3.22...3.29 )
9
9
project (Project2 LANGUAGES Swift )
10
10
11
11
add_subdirectory ("lib/" )
Original file line number Diff line number Diff line change 5
5
#
6
6
# See https://swift.org/LICENSE.txt for license information
7
7
8
- cmake_minimum_required (VERSION 3.26 )
8
+ cmake_minimum_required (VERSION 3.26...3.29 )
9
9
10
10
# Project PingPong: Bouncing control flow between Swift and C++ like a ping pong
11
11
# ball.
Original file line number Diff line number Diff line change 5
5
#
6
6
# See https://swift.org/LICENSE.txt for license information
7
7
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 )
13
9
14
10
project (StringifyMacroExample
15
11
LANGUAGES Swift )
Original file line number Diff line number Diff line change 5
5
#
6
6
# See https://swift.org/LICENSE.txt for license information
7
7
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 )
12
9
13
10
project (StringifyMacro
14
11
LANGUAGES Swift )
You can’t perform that action at this time.
0 commit comments