File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
tools/swift-remoteast-test Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.12 )
2
-
3
- if (POLICY CMP0051 )
4
- cmake_policy (SET CMP0051 NEW )
5
- endif ()
6
-
7
- if (POLICY CMP0054 )
8
- cmake_policy (SET CMP0054 NEW )
9
- endif ()
10
-
11
- # Enable the IN_LIST operator, as in:
12
- # `if(<element_variable> IN_LIST <list_variable>)`
13
- if (POLICY CMP0057 )
14
- cmake_policy (SET CMP0057 NEW )
15
- endif ()
1
+ cmake_minimum_required (VERSION 3.4.3 )
16
2
17
3
# Add path for custom CMake modules.
18
4
list (APPEND CMAKE_MODULE_PATH
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ add_swift_host_tool(swift-remoteast-test
6
6
SWIFT_COMPONENT tools
7
7
)
8
8
9
+ set_target_properties (swift-remoteast-test PROPERTIES ENABLE_EXPORTS 1 )
9
10
target_link_libraries (swift-remoteast-test edit )
10
11
11
12
# If building as part of clang, make sure the headers are installed.
You can’t perform that action at this time.
0 commit comments