Revision: 55740
http://sourceforge.net/p/brlcad/code/55740
Author: brlcad
Date: 2013-06-13 15:46:12 +0000 (Thu, 13 Jun 2013)
Log Message:
-----------
includes tk.h, so needs to get turned off if tk is not available
Modified Paths:
--------------
brlcad/trunk/src/adrt/CMakeLists.txt
Modified: brlcad/trunk/src/adrt/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/adrt/CMakeLists.txt 2013-06-13 15:44:34 UTC (rev
55739)
+++ brlcad/trunk/src/adrt/CMakeLists.txt 2013-06-13 15:46:12 UTC (rev
55740)
@@ -61,7 +61,7 @@
${X11_INCLUDE_DIR}
${CMAKE_CURRENT_BINARY_DIR}/../other/togl/src
)
-if(BRLCAD_ENABLE_OPENGL)
+if(BRLCAD_ENABLE_OPENGL AND BRLCAD_ENABLE_TK)
if(WIN32)
BRLCAD_ADDLIB(issttcltk isst_tcltk.c
"librender;libdm;${TCL_LIBRARIES};${OPENGL_LIBRARIES};opengl32.lib" NO_INSTALL)
else(WIN32)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits