Revision: 40458
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40458&view=rev
Author:   starseeker
Date:     2010-09-03 21:06:40 +0000 (Fri, 03 Sep 2010)

Log Message:
-----------
Ah, that's why libfb didn't have the same problem - wrong opengl option.  Need 
to figure this out.

Modified Paths:
--------------
    brlcad/branches/cmake/src/libfb/CMakeLists.txt

Modified: brlcad/branches/cmake/src/libfb/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/libfb/CMakeLists.txt      2010-09-03 20:34:57 UTC 
(rev 40457)
+++ brlcad/branches/cmake/src/libfb/CMakeLists.txt      2010-09-03 21:06:40 UTC 
(rev 40458)
@@ -6,7 +6,7 @@
    STRING(STRIP "${LINKLIBS}" LINKLIBS)
    SET(INCLUDEDIRS "${INCLUDEDIRS} ${X11_INCLUDE_DIR}")
 endif()
-if(BRLCAD-ENABLE_OGL AND OPENGL_FOUND)
+if(BRLCAD-ENABLE_OPENGL AND OPENGL_FOUND)
    SET(FBOGLDEFS "-DIF_OGL")
    SET(LINKLIBS "${LINKLIBS} ${OPENGL_LIBRARIES}")
    STRING(STRIP "${LINKLIBS}" LINKLIBS)


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

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to