Revision: 41744
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41744&view=rev
Author:   starseeker
Date:     2010-12-21 20:19:21 +0000 (Tue, 21 Dec 2010)

Log Message:
-----------
Bah - comment out some stuff that clearly is not Windows ported - deal with 
this later.

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

Modified: brlcad/branches/cmake/src/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/CMakeLists.txt    2010-12-21 20:02:50 UTC (rev 
41743)
+++ brlcad/branches/cmake/src/CMakeLists.txt    2010-12-21 20:19:21 UTC (rev 
41744)
@@ -113,8 +113,6 @@
        mged 
        nirt 
        proc-db 
-       remrt 
-       rttherm 
        shapes 
        sig 
        tab 
@@ -123,6 +121,13 @@
        vdeck
 )
 
+# FIXME: Ideally these should all be in the above list,
+# need to fix them on Windows.
+SET(non_win32_dirs
+       remrt
+       rttherm
+       )
+
 #######################
 # put it all together #
 #######################
@@ -150,5 +155,10 @@
                  FOREACH(subdir ${remaining_dirs})
                                         ADD_SUBDIRECTORY(${subdir})
                  ENDFOREACH(subdir ${remaining_dirs})
+                 IF(NOT WIN32)
+                         FOREACH(subdir ${non_win32_dirs})
+                                        ADD_SUBDIRECTORY(${subdir})
+                         ENDFOREACH(subdir ${non_win32_dirs})
+                 ENDIF(NOT WIN32)
 ENDIF(NOT BRLCAD-ENABLE_BENCHMARK_ONLY AND NOT BRLCAD-ENABLE_RTSERVER_ONLY)
        


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

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to