8000 support debug runtime build of openssl on windows by amalone-scwx · Pull Request #179 · cpp-pm/hunter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

support debug runtime build of openssl on windows #179

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
Apr 2, 2020
Merged

support debug runtime build of openssl on windows #179

merged 1 commit into from
Apr 2, 2020

Conversation

amalone-scwx
Copy link

This adds a config option that works like the ASM_SUPPORT option to enable building openssl with debug runtime (e.g. /MTd switch). The openssl build just needs a 'debug-' prefix on the arch name. Usage in your config.cmake:

hunter_config(OpenSSL VERSION ${HUNTER_OpenSSL_VERSION}
 CMAKE_ARGS DEBUG_RUNTIME=ON
)

@dan-42
Copy link
dan-42 commented Apr 1, 2020

@amalone-scwx awesome!

@rbsheth rbsheth merged commit 7a47704 into cpp-pm:master Apr 2, 2020
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.

3 participants
0