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.
getdns fails to build on my Ubuntu 20.04 LTS dev system following commit 777e0b2 :
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.