Rex Dieter 29094f
From 78fe4cc51ec5c1c5bb2076a215e7795dc2f57737 Mon Sep 17 00:00:00 2001
Rex Dieter 29094f
From: Patrick Spendrin <ps_ml@gmx.de>
Rex Dieter 29094f
Date: Sat, 22 May 2010 19:45:41 +0000
Rex Dieter 29094f
Subject: [PATCH 21/33] fix stupid typo
Rex Dieter 29094f
Rex Dieter 29094f
svn path=/trunk/kdesupport/automoc/; revision=1129541
Rex Dieter 29094f
---
Rex Dieter 29094f
 Automoc4Config.cmake | 2 +-
Rex Dieter 29094f
 1 file changed, 1 insertion(+), 1 deletion(-)
Rex Dieter 29094f
Rex Dieter 29094f
diff --git a/Automoc4Config.cmake b/Automoc4Config.cmake
Rex Dieter 29094f
index d52c59c..2d2d9d2 100644
Rex Dieter 29094f
--- a/Automoc4Config.cmake
Rex Dieter 29094f
+++ b/Automoc4Config.cmake
Rex Dieter 29094f
@@ -63,7 +63,7 @@ else(EXISTS ${_AUTOMOC4_CURRENT_DIR}/kde4automoc.cpp)
Rex Dieter 29094f
    get_filename_component(_AUTOMOC4_BIN_DIR  "${_AUTOMOC4_CURRENT_DIR}" PATH)
Rex Dieter 29094f
    get_filename_component(_AUTOMOC4_BIN_DIR  "${_AUTOMOC4_BIN_DIR}" PATH)
Rex Dieter 29094f
    if(WIN32)
Rex Dieter 29094f
-      get_filename_component(_AUTOMOC4_BIN_DIR  "${_AUTOMOC4_BIN_DIR} REALPATH")
Rex Dieter 29094f
+      get_filename_component(_AUTOMOC4_BIN_DIR  "${_AUTOMOC4_BIN_DIR}" REALPATH)
Rex Dieter 29094f
    endif(WIN32)
Rex Dieter 29094f
    find_program(AUTOMOC4_EXECUTABLE automoc4 PATHS  "${_AUTOMOC4_BIN_DIR}/bin" NO_DEFAULT_PATH)
Rex Dieter 29094f
    set(_AUTOMOC4_EXECUTABLE_DEP)
Rex Dieter 29094f
-- 
Rex Dieter 29094f
2.4.3
Rex Dieter 29094f