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

Updates for CMake 3, CMAKE_MODULE_PATH as subproject #201

Merged
merged 1 commit into from
Mar 19, 2022

Commits on Feb 22, 2022

  1. Updates for CMake 3, CMAKE_MODULE_PATH as subproject

    Update minimum required version to 3.16 (supported by most current Linux
    distributions). CMake 2 is no longer supported.
    
    CMAKE_MODULE_PATH set with CMAKE_CURRENT_SOURCE_DIR instead of
    CMAKE_SOURCE_DIR -- this enables libcbor use in an add_subdirectory
    context, e.g. with CMake FetchContent.
    
    subdirs is deprecated in favor of add_subdirectory.
    thewtex committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    de97626 View commit details
    Browse the repository at this point in the history