Revision: 78259
          http://sourceforge.net/p/brlcad/code/78259
Author:   starseeker
Date:     2021-02-18 14:06:30 +0000 (Thu, 18 Feb 2021)
Log Message:
-----------
Only build this target if TCL is off

Modified Paths:
--------------
    brlcad/trunk/src/isst/CMakeLists.txt

Modified: brlcad/trunk/src/isst/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/isst/CMakeLists.txt        2021-02-17 21:06:15 UTC (rev 
78258)
+++ brlcad/trunk/src/isst/CMakeLists.txt        2021-02-18 14:06:30 UTC (rev 
78259)
@@ -29,10 +29,10 @@
   isstgl.h
   )
 
-if(BRLCAD_ENABLE_QT)
+if(BRLCAD_ENABLE_QT AND NOT BRLCAD_ENABLE_TCL)
   QT5_WRAP_CPP(moc_srcs ${moc_headers})
   BRLCAD_ADDEXEC(isst "${isst_srcs};${moc_srcs}" 
"libbu;librt;libgcv;librender;${OPENGL_LIBRARIES};Qt5::Core;Qt5::Widgets;Qt5::OpenGL")
-endif(BRLCAD_ENABLE_QT)
+endif(BRLCAD_ENABLE_QT AND NOT BRLCAD_ENABLE_TCL)
 
 set(isst_ignore_srcs
   CMakeLists.txt

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to