Revision: 55666
http://sourceforge.net/p/brlcad/code/55666
Author: brlcad
Date: 2013-06-04 21:18:49 +0000 (Tue, 04 Jun 2013)
Log Message:
-----------
search the provided source directories for headers before searching for them in
system directories. fixes a build error encountered on a system where the
system-installed glew.h was too old to be used. warrants a header
compatibility test if we encounter a case where the system dirs need to get
searched first.
Modified Paths:
--------------
brlcad/trunk/src/other/togl/src/CMakeLists.txt
Modified: brlcad/trunk/src/other/togl/src/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/togl/src/CMakeLists.txt 2013-06-04 20:28:02 UTC
(rev 55665)
+++ brlcad/trunk/src/other/togl/src/CMakeLists.txt 2013-06-04 21:18:49 UTC
(rev 55666)
@@ -1,12 +1,12 @@
include_directories(
+ ${CMAKE_CURRENT_SOURCE_DIR}/../include
+ ${CMAKE_CURRENT_SOURCE_DIR}/Xmu
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}/../include
${TK_INCLUDE_PATH}
${TCL_INCLUDE_DIRS}
${X11_INCLUDE_DIR}
${OPENGL_INCLUDE_DIR_GL}
- ${CMAKE_CURRENT_SOURCE_DIR}/../include
- ${CMAKE_CURRENT_SOURCE_DIR}/Xmu
- ${CMAKE_CURRENT_BINARY_DIR}
- ${CMAKE_CURRENT_BINARY_DIR}/../include
)
# Because Togl is Yet Another Tcl/Tk package that needs
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits