Skip to content

Please allow the user pass addtional options via CONFIGURE_OPENSSL_PARAMS in BuildOpenSSL.cmake #25

@liaoya

Description

@liaoya

openssl-cmake is an amazing project and we include it in our CMake project to debug the code which will use OpenSSL library.

We need enable ASAN for OpenSSL (via enable-asan --debug -O1 -fno-omit-frame-pointer for ./Configure. But openssl-cmake does not allow us do this in parent CMakeLists.txt.

If we change set(CONFIGURE_OPENSSL_PARAMS --libdir=lib) in BuildOpenSSL.cmake to set(CONFIGURE_OPENSSL_PARAMS "${CONFIGURE_OPENSSL_PARAMS} --libdir=lib"), we can pass addtional options for OpenSSL build.

Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions