getdnsapi / getdns

A modern asynchronous DNS API https://getdnsapi.net/
Other
461 stars 127 forks source link

getdns 1.7.2 no longer builds on Ubuntu 20.04 LTS #528

Open RMerl opened 1 year ago

RMerl commented 1 year ago

getdns fails to build on my Ubuntu 20.04 LTS dev system following commit 777e0b245c510e273e5ba917939a21778cb060f2 :

Unknown CMake command "cmake_path"

This is because cmake_path used in this commit was only added in cmake 3.20, and Ubuntu 20.04 LTS ships with 3.16.

wtoorop commented 1 year ago

Ack, I reopened Issue #517 which was the issue causing this dependency on this newer version of cmake, but which also has an alternative way to deal with it documented.