Revision: 40725
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40725&view=rev
Author:   starseeker
Date:     2010-09-28 09:51:05 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Try to avoid accidently spotting glibc's librt - it won't help if there's been 
an overwriting of glibc's librt, but BRL-CAD's install tries to avoid that as a 
rule.

Modified Paths:
--------------
    rt^3/trunk/cmake/FindBRLCAD.cmake

Modified: rt^3/trunk/cmake/FindBRLCAD.cmake
===================================================================
--- rt^3/trunk/cmake/FindBRLCAD.cmake   2010-09-28 09:16:14 UTC (rev 40724)
+++ rt^3/trunk/cmake/FindBRLCAD.cmake   2010-09-28 09:51:05 UTC (rev 40725)
@@ -174,7 +174,7 @@
 MESSAGE(STATUS "LIB_EXT: ${LIB_EXT}")
 
 FOREACH (tlib ${LIBS_TO_SEARCH_FOR})
-    FIND_LIBRARY(_BRLCAD_LIBRARY_${tlib} ${tlib} ${BRLCAD_LIB_DIR} )
+        FIND_LIBRARY(_BRLCAD_LIBRARY_${tlib} ${tlib} ${BRLCAD_LIB_DIR} 
NO_SYSTEM_PATH)
 
     IF(RT3_VERBOSE_CMAKE_OUTPUT)   
         IF(_BRLCAD_LIBRARY_${tlib})


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to