Patch to correct cmake variable name in RTT for Corba

CORBA_LINK_DIRECTORIES is used everywhere but this one line.

Index: rtt/config/FindTAO.cmake
===================================================================
--- ../rtt/config/FindTAO.cmake	(revision 30002)
+++ ../rtt/config/FindTAO.cmake	(working copy)
@@ -76,7 +76,7 @@
         SET(CORBA_INCLUDE_DIRS "")
         SET(CORBA_LDFLAGS "")
         SET(CORBA_LIBRARIES "")
-        SET(CORBA_LIBRARY_DIRS "")
+        SET(CORBA_LINK_DIRECTORIES "")
         SET(CORBA_DEFINES "") #-DCORBA_IS_TAO)
 
         # Set include/link variables

Patch to correct cmake variable name in RTT for Corba

CORBA_LINK_DIRECTORIES is used everywhere but this one line.

Index: rtt/config/FindTAO.cmake
===================================================================
--- ../rtt/config/FindTAO.cmake	(revision 30002)
+++ ../rtt/config/FindTAO.cmake	(working copy)
@@ -76,7 +76,7 @@
         SET(CORBA_INCLUDE_DIRS "")
         SET(CORBA_LDFLAGS "")
         SET(CORBA_LIBRARIES "")
-        SET(CORBA_LIBRARY_DIRS "")
+        SET(CORBA_LINK_DIRECTORIES "")
         SET(CORBA_DEFINES "") #-DCORBA_IS_TAO)
 
         # Set include/link variables