From 6b3170e4ab15cf3376776e419ee2cc20db62d330 Mon Sep 17 00:00:00 2001 From: Daniel Girardeau-Montaut Date: Fri, 22 Mar 2019 14:50:36 +0100 Subject: [PATCH] Plugin name fixed --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )