jow- / ucode

JavaScript-like language with optional templating
ISC License
87 stars 24 forks source link

add cmake to install requires for debian #120

Closed joshschmelzle closed 1 year ago

joshschmelzle commented 1 year ago

This PR adds cmake to the install depends.

If cmake is not installed dpkg-buildpackage -b -us -uc fails with the following message:

Can't exec "cmake": No such file or directory at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 522.
jow- commented 1 year ago

Merged, thank you!