Skip to content

[5.10][CMake] Remove set(CACHE) line for SWIFT_MODULE_ABI_NAME_PREFIX #2297

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

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Oct 16, 2023

Cherry-pick #2296 into release/5.10

Due to https://cmake.org/cmake/help/latest/policy/CMP0126.html set(CACHE) overwrites the existing value if the cache has not been set to any value. Since we don't need any default value, just remove it.

Due to https://cmake.org/cmake/help/latest/policy/CMP0126.html
set(CACHE) overwrites the existing value if the cache has not been set
to any value. Since we don't need any default value, just remove it.

(cherry picked from commit d8c8695)
@rintaro rintaro requested a review from ahoppen as a code owner October 16, 2023 22:22
@rintaro
Copy link
Member Author

rintaro commented Oct 16, 2023

@swift-ci Please test

@rintaro rintaro changed the title [CMake] Remove set(CACHE) line for SWIFT_MODULE_ABI_NAME_PREFIX [5.10][CMake] Remove set(CACHE) line for SWIFT_MODULE_ABI_NAME_PREFIX Oct 16, 2023
@rintaro rintaro merged commit 6f1566a into swiftlang:release/5.10 Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant