changed all WITH_NONFREE to RTABMAP_NONFREE == 1

This commit is contained in:
Mathieu Labbe
2014-11-28 15:45:00 -05:00
parent a1301eeaab
commit e62b1e2769
4 changed files with 11 additions and 15 deletions

View File

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