Plugin name fixed

This commit is contained in:
Daniel Girardeau-Montaut
2019-03-22 14:50:36 +01:00
parent b9e8364c69
commit 6b3170e4ab
+1 -1
View File
@@ -5,7 +5,7 @@ option( INSTALL_Q3DMASC_PLUGIN "Check to install q3DMASC plugin" OFF )
if (INSTALL_Q3DMASC_PLUGIN)
#New classification plugin (Dimitri Lague/OSUR)
project( Q3DMASC_PLUGIN_DLL )
project( Q3DMASC_PLUGIN )
#need OpenCV
find_package( OpenCV REQUIRED )