launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 3 forks source link

docs: bump required CMake version #437

Open cwaldren-ld opened 2 months ago

cwaldren-ld commented 2 months ago

It turns out that older versions of CMake, while able to build the project, fail at finding Boost > 1.80.

(TBD: I need to research this issue more.)