Explicitly show licenses of optional dependencies on CMake

This commit is contained in:
matlabbe
2016-03-01 14:25:00 -05:00
parent e6e9c61c38
commit 1f999c4d28
20 changed files with 458 additions and 228 deletions

View File

@@ -46,7 +46,7 @@ AboutDialog::AboutDialog(QWidget * parent) :
version.append(" [DEMO]");
#endif
QString cv_version = CV_VERSION;
#if RTABMAP_NONFREE == 1
#ifdef RTABMAP_NONFREE
cv_version.append(" [With nonfree]");
#else
cv_version.append(" [Without nonfree]");