autodiff
autodiff copied to clipboard
Enable CMake integration with FetchContent
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)