From f6474ce6fd031535bc69b37f38fcb941c207f053 Mon Sep 17 00:00:00 2001
From: laurent-garnier <laurent.garnier@univ-rennes1.fr>
Date: Thu, 28 Sep 2023 12:05:35 +0200
Subject: [PATCH] typo

---
 plugins/processing/classification/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/processing/classification/CMakeLists.txt b/plugins/processing/classification/CMakeLists.txt
index 42ca6001e..386c427cc 100755
--- a/plugins/processing/classification/CMakeLists.txt
+++ b/plugins/processing/classification/CMakeLists.txt
@@ -10,7 +10,7 @@ target_link_libraries(${PROJECT_NAME}
 					  openvibe-common
 					  openvibe-toolkit
 					  Eigen3::Eigen
-// 	No OMP inside					  OpenMP::OpenMP_CXX
+# 	No OMP inside					  OpenMP::OpenMP_CXX
 )
 
 set_target_properties(${PROJECT_NAME} PROPERTIES
-- 
GitLab