ss7m / paleofetch

neofetch, but written in C
MIT License
167 stars 49 forks source link

Add CMake option to change target distro at compile time #60

Open otreblan opened 4 years ago

otreblan commented 4 years ago

I was thinking of adding an option to activate a source file depending of the distro. Like (at configure time): cmake -DPALEOFETCH_DISTRO=ubuntu .. or cmake -DPALEOFETCH_DISTRO=arch-linux ..

5

Titaniumtown commented 4 years ago

Wouldn't it just be more efficient to do it in the program?

otreblan commented 4 years ago

This is done at configure time

Titaniumtown commented 4 years ago

just saw @sam-barr's comment on #59 about that