Revision: 38948
          http://brlcad.svn.sourceforge.net/brlcad/?rev=38948&view=rev
Author:   davidloman
Date:     2010-05-04 12:41:42 +0000 (Tue, 04 May 2010)

Log Message:
-----------
Remove /src/other deps from the cmake build.  Nothing builds in there anyways.

Modified Paths:
--------------
    rt^3/trunk/src/CMakeLists.txt

Modified: rt^3/trunk/src/CMakeLists.txt
===================================================================
--- rt^3/trunk/src/CMakeLists.txt       2010-05-04 12:40:12 UTC (rev 38947)
+++ rt^3/trunk/src/CMakeLists.txt       2010-05-04 12:41:42 UTC (rev 38948)
@@ -27,7 +27,7 @@
 ##########################################################################
 
 #Deps first
-ADD_SUBDIRECTORY(./other/)
+#ADD_SUBDIRECTORY(./other/)
 
 #Libs next
 ADD_SUBDIRECTORY(./date)
@@ -38,7 +38,6 @@
 ADD_SUBDIRECTORY(./libJob)
 ADD_SUBDIRECTORY(./coreInterface)
 
-
 #Apps Last
 ADD_SUBDIRECTORY(./GS)
 ADD_SUBDIRECTORY(./adminpanel)
\ No newline at end of file


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