Open otreblan opened 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 ..
cmake -DPALEOFETCH_DISTRO=ubuntu ..
cmake -DPALEOFETCH_DISTRO=arch-linux ..
Wouldn't it just be more efficient to do it in the program?
This is done at configure time
just saw @sam-barr's comment on #59 about that
I was thinking of adding an option to activate a source file depending of the distro. Like (at configure time):
cmake -DPALEOFETCH_DISTRO=ubuntu ..
orcmake -DPALEOFETCH_DISTRO=arch-linux ..
5