Revision: 7754
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7754&view=rev
Author:   hsujohnhsu
Date:     2009-06-02 17:32:16 +0000 (Tue, 02 Jun 2009)

Log Message:
-----------
fix typo on freeimage prefix.

Modified Paths:
--------------
    code/gazebo/branches/threads/cmake/SearchForStuff.cmake

Modified: code/gazebo/branches/threads/cmake/SearchForStuff.cmake
===================================================================
--- code/gazebo/branches/threads/cmake/SearchForStuff.cmake     2009-06-02 
16:57:40 UTC (rev 7753)
+++ code/gazebo/branches/threads/cmake/SearchForStuff.cmake     2009-06-02 
17:32:16 UTC (rev 7754)
@@ -82,19 +82,19 @@
   ELSE (NOT FI_FOUND)
     APPEND_TO_CACHED_LIST(gazeboserver_include_dirs 
                           ${gazeboserver_include_dirs_desc} 
-                          ${FREEIMAGE_INCLUDE_DIRS})
+                          ${FI_INCLUDE_DIRS})
     APPEND_TO_CACHED_LIST(gazeboserver_link_dirs 
                           ${gazeboserver_link_dirs_desc} 
-                          ${FREEIMAGE_LIBRARY_DIRS})
+                          ${FI_LIBRARY_DIRS})
     APPEND_TO_CACHED_LIST(gazeboserver_link_libs 
                           ${gazeboserver_link_libs_desc} 
-                          ${FREEIMAGE_LINK_LIBS})
+                          ${FI_LINK_LIBS})
     APPEND_TO_CACHED_LIST(gazeboserver_link_libs 
                           ${gazeboserver_link_libs_desc} 
-                          ${FREEIMAGE_LIBRARIES})
+                          ${FI_LIBRARIES})
     APPEND_TO_CACHED_LIST(gazeboserver_link_libs 
                           ${gazeboserver_link_libs_desc} 
-                          ${FREEIMAGE_LDFLAGS})
+                          ${FI_LDFLAGS})
   ENDIF (NOT FI_FOUND)
 
   pkg_check_modules(XML libxml-2.0)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to