[Orxonox-commit 3088] r7782 - code/branches/ois_update/cmake/tools

youngk at orxonox.net youngk at orxonox.net
Mon Dec 20 23:09:07 CET 2010


Author: youngk
Date: 2010-12-20 23:09:06 +0100 (Mon, 20 Dec 2010)
New Revision: 7782

Modified:
   code/branches/ois_update/cmake/tools/FindALUT.cmake
Log:
ois_update branch now compiles on all unixes again. Made a minor booboo.

Modified: code/branches/ois_update/cmake/tools/FindALUT.cmake
===================================================================
--- code/branches/ois_update/cmake/tools/FindALUT.cmake	2010-12-19 20:48:30 UTC (rev 7781)
+++ code/branches/ois_update/cmake/tools/FindALUT.cmake	2010-12-20 22:09:06 UTC (rev 7782)
@@ -25,7 +25,7 @@
   PATH_SUFFIXES include include/AL ALUT
 )
 FIND_LIBRARY(ALUT_LIBRARY_OPTIMIZED
-  NAMES ALUT 
+  NAMES ALUT alut
   PATHS $ENV{ALUTDIR}
   PATH_SUFFIXES lib bin/Release bin/release Release release ALUT
 )




More information about the Orxonox-commit mailing list