From cf92ed15c428170b63148b01c1c8a84db26e1dc5 Mon Sep 17 00:00:00 2001
From: Martin Bauer <martin.bauer@fau.de>
Date: Wed, 5 Jun 2019 12:04:36 +0200
Subject: [PATCH] Removed scenario linking to build folder - not supported on
 windows

---
 apps/benchmarks/UniformGridGPU/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/benchmarks/UniformGridGPU/CMakeLists.txt b/apps/benchmarks/UniformGridGPU/CMakeLists.txt
index 4e38013a3..b53cb24ca 100644
--- a/apps/benchmarks/UniformGridGPU/CMakeLists.txt
+++ b/apps/benchmarks/UniformGridGPU/CMakeLists.txt
@@ -1,6 +1,6 @@
 
 waLBerla_link_files_to_builddir( "*.prm" )
-waLBerla_link_files_to_builddir( "simulation_setup" )
+#waLBerla_link_files_to_builddir( "simulation_setup" )
 
 waLBerla_python_file_generates(UniformGridGPU.py
         UniformGridGPU_LatticeModel.cpp UniformGridGPU_LatticeModel.h
-- 
GitLab