siegelaaron94 / atom-build-cmake

Generate and build cmake projects from within Atom.
MIT License
6 stars 12 forks source link

default generator empty #43

Open maddanio opened 4 years ago

maddanio commented 4 years ago

Hi.

Just tried to use the cmake generator on osx catalina, and it fails by default because it seems to have an empty default generator. I.e. cmake is called with -G, but no generator name after it, which makes it fail of course

NeiRo21 commented 4 years ago

Fixed it in #47

sumagnadas commented 4 years ago

@NeiRo21 You should opt in for the maintainer or atleast publish the repo as a package for the fix because i also had to manually apply the change on my computer(it is Ubuntu 20.04). Please think about making it a package