foundationdb icon indicating copy to clipboard operation
foundationdb copied to clipboard

FDB should use dependency provider in CMake

Open xis19 opened this issue 1 year ago • 1 comments

See:

https://cmake.org/cmake/help/latest/command/cmake_language.html#set-dependency-provider

xis19 avatar Mar 14 '23 21:03 xis19

This may not make everyone happy but at least the benefit is that one could

  • Either build using existing packages, e.g. build inside the Docker environment without a network connection
  • Or build in a system without packages prebuilt, which allows one to download code and compile locally.

xis19 avatar Mar 14 '23 22:03 xis19