Skip to content

[cmake] Bump minimum version to 3.4.3 #5113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)

if(POLICY CMP0051)
cmake_policy(SET CMP0051 NEW)
endif()

if(POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)
endif()

# Enable the IN_LIST operator, as in:
# `if(<element_variable> IN_LIST <list_variable>)`
if(POLICY CMP0057)
cmake_policy(SET CMP0057 NEW)
endif()
cmake_minimum_required(VERSION 3.4.3)

# Add path for custom CMake modules.
list(APPEND CMAKE_MODULE_PATH
Expand Down
1 change: 1 addition & 0 deletions tools/swift-remoteast-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ add_swift_host_tool(swift-remoteast-test
SWIFT_COMPONENT tools
)

set_target_properties(swift-remoteast-test PROPERTIES ENABLE_EXPORTS 1)
target_link_libraries(swift-remoteast-test edit)

# If building as part of clang, make sure the headers are installed.
Expand Down