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

Refactors CMakeLists.txt and makes it more robust #98

Merged
merged 1 commit into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. refactors CMakeLists.txt and makes it more robust

    - LibCBOR.cmake: fix build
    - CMakeLists.txt: add find openssl
    - check openssl include
    - check CURL_INCLUDE_DIRS
    - CMakeLists.txt: add missing find_package curl
    - CMakeLists.txt: using CURL::libcurl instead of CURL_*
    - CMakeLists.txt: move find_package openssl to subdirectory
    - CMakeLists.txt: using CMAKE_INSTALL_PREFIX instead of RATS_INSTALL_PATH
    - remove find_package(OpenSSL) for wasm mode
    
    Signed-off-by: Kun Lai <me@imlk.top>
    imlk0 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    38ee796 View commit details
    Browse the repository at this point in the history