Fixes two small issues that appeared in 1.0.0:
- Move setting for
SHARED_LIBRARIES = NO
fromMakefile
toCONFIG_SITE
- Fix bug that was breaking running
make clean
aftermake uninstall
(#1)
Fixes two small issues that appeared in 1.0.0:
SHARED_LIBRARIES = NO
from Makefile
to CONFIG_SITE
make clean
after make uninstall
(#1)