From 344fda06698bd83877e9f06b989cd0aa9723aba0 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 8 Oct 2008 11:43:42 +0000 Subject: [PATCH] Fix indentation. --- Scripts/scripts/cgal_create_cmake_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/scripts/cgal_create_cmake_script b/Scripts/scripts/cgal_create_cmake_script index e170a0cd8a7..21bed596e9c 100755 --- a/Scripts/scripts/cgal_create_cmake_script +++ b/Scripts/scripts/cgal_create_cmake_script @@ -72,7 +72,7 @@ if ( CGAL_FOUND ) include( Qt3Macros-patched ) EOF - echo " QT3_AUTOMOC( ${all} )" + echo " qt3_automoc( ${all} )" cat<<'EOF' # Make sure the compiler can find generated .moc files