Skip to content
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

Set cmake macos deployment target explicitly to 10.13 #5

Closed
wants to merge 1 commit into from

Conversation

marchcat
Copy link
Contributor

No description provided.

@marchcat marchcat marked this pull request as ready for review December 19, 2023 02:41
@@ -238,6 +238,7 @@ pushd "$CURL_BUILD_DIR"
cmake "${CURL_SOURCE_DIR}" -G Xcode -T buildsystem=1 \
-DCMAKE_C_FLAGS:STRING="$plainopts" \
-DCMAKE_CXX_FLAGS:STRING="$opts" -D'BUILD_SHARED_LIBS:bool=off' \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather merge secondlife/build-variables#4 and use the set_target shell function.

@marchcat
Copy link
Contributor Author

Closing since we're going to set minimum version to 12 anyway.

@marchcat marchcat closed this Jan 11, 2024
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.

2 participants