Closed jeanchristopheruel closed 1 year ago
It would be very convenient to enable CMake integration with FetchContent like so
include(FetchContent) FetchContent_Declare( FastAD GIT_REPOSITORY https://github.com/JamesYang007/FastAD GIT_TAG v3.2.1 GIT_SHALLOW TRUE GIT_PROGRESS TRUE) FetchContent_MakeAvailable(FastAD)
However, it would require to put FASTAD_ENABLE_TEST OFF by default in the CMakeLists.
It would be very convenient to enable CMake integration with FetchContent like so
However, it would require to put FASTAD_ENABLE_TEST OFF by default in the CMakeLists.