From 9a4845167c3777cad7662e8cda1368bf922793d4 Mon Sep 17 00:00:00 2001
From: Mohcine Chraibi <m.chraibi@fz-juelich.de>
Date: Wed, 19 Jun 2019 15:58:31 +0200
Subject: [PATCH] remoce cpp test

---
 CMakeLists.txt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60c392aa..410a2c5e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -383,12 +383,6 @@ if(BUILD_TESTING)
   )
 
 
-  foreach (test_src ${test_files})
-    GET_FILENAME_COMPONENT(test ${test_src} NAME_WE)
-    add_executable( ${test} ${test_src})
-    target_link_libraries (${test} geometrycore)
-    add_test(NAME ${test} COMMAND ${test})
-  endforeach(test_src ${test_files})
 
 
 #  set(Python_ADDITIONAL_VERSIONS 3.0)
-- 
GitLab