make compile time output more consistent and complete

This commit is contained in:
Axel Kohlmeyer
2018-06-22 07:05:09 -04:00
parent 2f11f2d7b2
commit dcdc7877a4
3 changed files with 6 additions and 4 deletions

View File

@ -990,6 +990,7 @@ void LAMMPS::print_config(FILE *fp)
if (Info::has_png_support()) fputs("-DLAMMPS_PNG\n",fp);
if (Info::has_jpeg_support()) fputs("-DLAMMPS_JPEG\n",fp);
if (Info::has_ffmpeg_support()) fputs("-DLAMMPS_FFMPEG\n",fp);
if (Info::has_exceptions()) fputs("-DLAMMPS_EXCEPTIONS\n",fp);
fputs("\nInstalled packages:\n\n",fp);
for (int i = 0; NULL != (pkg = installed_packages[i]); ++i) {