One can set the CMAKE_INSTALL_PREFIX to anything. This example will install the library in workspace_dir/build.For users that want to integrate FastAD in their own CMakeLists, use FetchContent (CMake >= 3.11)include(FetchContent) FetchContent_Declare( FastAD GIT_REPOSITORY https://github.com...