diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c5c203..68e8a22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )