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(MAC_OS_X_VERSION_MIN_ALLOWED 100700) #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RandyMcMillan
Copy link

set(MAC_OS_X_VERSION_MIN_ALLOWED 100700)

set(MAC_OS_X_VERSION_MIN_ALLOWED 100700)
@RandyMcMillan
Copy link
Author

this defines MAC_OS_X_VERSION_MIN_ALLOWED for:
src/crypto/rand_sys.c

building/testing on:

Darwin DeepSpaceMBPro.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:56 PDT 2023; root:xnu-8796.141.3~6/RELEASE_X86_64 x86_64

@RandyMcMillan
Copy link
Author

note:

git grep "CMAKE_OSX_DEPLOYMENT_TARGET"
CMakeLists.txt:  unset(CMAKE_OSX_DEPLOYMENT_TARGET)
CMakeLists.txt:  set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)
deps/lcdb/CMakeLists.txt:  unset(CMAKE_OSX_DEPLOYMENT_TARGET)
deps/lcdb/CMakeLists.txt:  set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)

@RandyMcMillan RandyMcMillan changed the title CMakeLists.txt: CMakeLists.txt:set(MAC_OS_X_VERSION_MIN_ALLOWED 100700) Jul 8, 2024
@RandyMcMillan RandyMcMillan changed the title CMakeLists.txt:set(MAC_OS_X_VERSION_MIN_ALLOWED 100700) set(MAC_OS_X_VERSION_MIN_ALLOWED 100700) Jul 8, 2024
@katesalazar
Copy link

katesalazar commented Jul 8, 2024 via email

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