From a88dba1362ad46820bb49e54612f02255d0c2cbb Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 23 Sep 2015 15:00:10 +0200
Subject: [PATCH] [A/U/ME] Make the compilation of MapGeometryToSurface
 independent of the DataExplorer compilation.

---
 Applications/Utils/MeshEdit/CMakeLists.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Applications/Utils/MeshEdit/CMakeLists.txt b/Applications/Utils/MeshEdit/CMakeLists.txt
index 55b3739c4cf..58198ca2dc0 100644
--- a/Applications/Utils/MeshEdit/CMakeLists.txt
+++ b/Applications/Utils/MeshEdit/CMakeLists.txt
@@ -16,14 +16,14 @@ if(QT4_FOUND)
 	ADD_VTK_DEPENDENCY(moveMeshNodes)
 	set_target_properties(moveMeshNodes PROPERTIES FOLDER Utilities)
 
-	add_executable(MapGeometryToMeshSurface
-		MapGeometryToMeshSurface.cpp )
-	target_link_libraries(MapGeometryToMeshSurface FileIO MeshGeoToolsLib)
-	ADD_VTK_DEPENDENCY(MapGeometryToMeshSurface)
-	set_target_properties(MapGeometryToMeshSurface PROPERTIES FOLDER Utilities)
-
 endif() # QT4_FOUND
 
+add_executable(MapGeometryToMeshSurface
+	MapGeometryToMeshSurface.cpp )
+target_link_libraries(MapGeometryToMeshSurface FileIO MeshGeoToolsLib)
+ADD_VTK_DEPENDENCY(MapGeometryToMeshSurface)
+set_target_properties(MapGeometryToMeshSurface PROPERTIES FOLDER Utilities)
+
 add_executable(removeMeshElements removeMeshElements.cpp)
 target_link_libraries(removeMeshElements FileIO)
 ADD_VTK_DEPENDENCY(removeMeshElements)
-- 
GitLab