Skip to content

Set CMP0157 to OLD for Android #5180

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
Changes from 1 commit
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
Prev Previous commit
Set CMP0157 to OLD only for Windows hosts
  • Loading branch information
Steelskin committed Mar 3, 2025
commit 01576d74016e2d611bca898cd678be1bc44a8525
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if(POLICY CMP0156)
endif()

if(POLICY CMP0157)
if(CMAKE_SYSTEM_NAME STREQUAL Android)
if(CMAKE_HOST_SYSTEM_NAME STREQUAL Windows AND CMAKE_SYSTEM_NAME STREQUAL Android)
# CMP0157 causes swift-collections to fail to compile when targetting
# Android on Windows due to swift-driver not being present during the
# toolchain build. Disable it for now.
Expand Down