Revision: 44868
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44868&view=rev
Author:   kunigami
Date:     2011-06-09 12:31:54 +0000 (Thu, 09 Jun 2011)

Log Message:
-----------
Modified FindOSL so that it can find the libraries on linux too

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/FindOSL.cmake

Modified: brlcad/trunk/misc/CMake/FindOSL.cmake
===================================================================
--- brlcad/trunk/misc/CMake/FindOSL.cmake       2011-06-09 12:31:50 UTC (rev 
44867)
+++ brlcad/trunk/misc/CMake/FindOSL.cmake       2011-06-09 12:31:54 UTC (rev 
44868)
@@ -21,13 +21,13 @@
 
 # Find OSL library and its dependencies
 FIND_LIBRARY(OSLEXEC_LIBRARY 
-       NAMES liboslexec.dylib
+       NAMES oslexec
        PATHS ${OSLHOME}/lib)
 FIND_LIBRARY(OSLCOMP_LIBRARY 
-       NAMES liboslcomp.dylib
+       NAMES oslcomp
        PATHS ${OSLHOME}/lib)
 FIND_LIBRARY(OSLQUERY_LIBRARY 
-       NAMES liboslquery.dylib
+       NAMES oslquery
        PATHS ${OSLHOME}/lib)
 
 FIND_PATH (OSL_INCLUDES


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to