diff --git a/apps/gpu/LBM/DrivenCavityMultiGPU/CMakeLists.txt b/apps/gpu/LBM/DrivenCavityMultiGPU/CMakeLists.txt
index dba88229da2d2fb66dd893f058ece95005fa60e1..51b8db1edf126ebe7e2f3d5808496121270433c5 100644
--- a/apps/gpu/LBM/DrivenCavityMultiGPU/CMakeLists.txt
+++ b/apps/gpu/LBM/DrivenCavityMultiGPU/CMakeLists.txt
@@ -5,6 +5,4 @@ vf_add_library(BUILDTYPE binary PRIVATE_LINK basics VirtualFluids_GPU GridGenera
 set_source_files_properties(DrivenCavityMultiGPU.cpp PROPERTIES LANGUAGE CUDA)
 
 set_target_properties(DrivenCavityMultiGPU PROPERTIES 
-	CUDA_SEPARABLE_COMPILATION ON
-	VS_DEBUGGER_COMMAND "C:/Program Files/Microsoft MPI/Bin/mpiexec.exe"
-    VS_DEBUGGER_COMMAND_ARGUMENTS "-n 2 \"$<TARGET_FILE:DrivenCavityMultiGPU>\"")
\ No newline at end of file
+	CUDA_SEPARABLE_COMPILATION ON)
\ No newline at end of file
diff --git a/apps/gpu/LBM/MusselOyster/CMakeLists.txt b/apps/gpu/LBM/MusselOyster/CMakeLists.txt
index 2dbbd7a7fcb11b8f619fdcc6bcf5da1b716950b7..595d9ff7250d984f80e8d0d54dad0b11ae7e71e2 100644
--- a/apps/gpu/LBM/MusselOyster/CMakeLists.txt
+++ b/apps/gpu/LBM/MusselOyster/CMakeLists.txt
@@ -5,6 +5,4 @@ vf_add_library(BUILDTYPE binary PRIVATE_LINK basics VirtualFluids_GPU GridGenera
 set_source_files_properties(MusselOyster.cpp PROPERTIES LANGUAGE CUDA)
 
 set_target_properties(MusselOyster PROPERTIES 
-	CUDA_SEPARABLE_COMPILATION ON
-	VS_DEBUGGER_COMMAND "C:/Program Files/Microsoft MPI/Bin/mpiexec.exe"
-    VS_DEBUGGER_COMMAND_ARGUMENTS "-n 2 \"$<TARGET_FILE:MusselOyster>\"")
\ No newline at end of file
+	CUDA_SEPARABLE_COMPILATION ON)
\ No newline at end of file
diff --git a/apps/gpu/LBM/SphereScaling/CMakeLists.txt b/apps/gpu/LBM/SphereScaling/CMakeLists.txt
index 49bee20f7cfc3561c62cf1b36c2f2992e7baada8..db3747f2b620cab1efc5cf50f02aee1a8fee4a54 100644
--- a/apps/gpu/LBM/SphereScaling/CMakeLists.txt
+++ b/apps/gpu/LBM/SphereScaling/CMakeLists.txt
@@ -5,6 +5,4 @@ vf_add_library(BUILDTYPE binary PRIVATE_LINK basics VirtualFluids_GPU GridGenera
 set_source_files_properties(SphereScaling.cpp PROPERTIES LANGUAGE CUDA)
 
 set_target_properties(SphereScaling PROPERTIES 
-	CUDA_SEPARABLE_COMPILATION ON)
-	# VS_DEBUGGER_COMMAND "C:/Program Files/Microsoft MPI/Bin/mpiexec.exe"
-    # VS_DEBUGGER_COMMAND_ARGUMENTS "-n 2 \"$<TARGET_FILE:SphereScaling>\"")
\ No newline at end of file
+	CUDA_SEPARABLE_COMPILATION ON)
\ No newline at end of file