From 11d5caf2011d4fa5b2046e4df2ba0f4f7d54a286 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 29 Aug 2006 16:08:32 -0400 Subject: [PATCH] ENH: Patch from Alex to fix current working directory when running executables built in KDevelop. --- Source/cmGlobalKdevelopGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx index 3c3977b8e..d7717cd04 100644 --- a/Source/cmGlobalKdevelopGenerator.cxx +++ b/Source/cmGlobalKdevelopGenerator.cxx @@ -382,7 +382,7 @@ void cmGlobalKdevelopGenerator fout<<" \n"; fout<<" "<\n"; fout<<" custom\n"; - fout<<" /\n"; + fout<<" "<\n"; fout<<" \n"; fout<<" false\n"; fout<<" true\n";