v0.6.10
🛠️ Improvements
- Replaces
cmake -E rm
command inautodiff/python/package/CMakeLists.txt
bycmake -E remove_directory
so that CMake v3.16 can be used.cmake -E rm
is only available from CMake 3.17
8000
cmake -E rm
command in autodiff/python/package/CMakeLists.txt
by cmake -E remove_directory
so that CMake v3.16 can be used. cmake -E rm
is only available from CMake 3.17