autodiff icon indicating copy to clipboard operation
autodiff copied to clipboard

Enable CMake integration with FetchContent

Open jeanchristopheruel opened this issue 3 years ago • 0 comments

It would be very convenient to enable CMake integration with FetchContent like so

include(FetchContent)
FetchContent_Declare(
        autodiff
        GIT_REPOSITORY https://github.com/autodiff/autodiff
        GIT_TAG        v0.6.12)
FetchContent_MakeAvailable(autodiff)

jeanchristopheruel avatar Oct 17 '22 13:10 jeanchristopheruel