Revision: 53809
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53809&view=rev
Author:   brlcad
Date:     2012-11-24 17:06:25 +0000 (Sat, 24 Nov 2012)
Log Message:
-----------
enable test_dvec for compilation (always) so that the sources stay in sync.  
all tests should get to a similar state (always compiling, code complete) so 
there's never a question whether it's dead code, *especially* works in progress

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

Modified: brlcad/trunk/src/librt/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/librt/CMakeLists.txt       2012-11-24 16:55:06 UTC (rev 
53808)
+++ brlcad/trunk/src/librt/CMakeLists.txt       2012-11-24 17:06:25 UTC (rev 
53809)
@@ -306,11 +306,14 @@
 #  ${CMAKE_SOURCE_DIR}/src/other/Eigen
 #  ${CMAKE_CURRENT_SOURCE_DIR}/../libnurbs
 #  )
-#BRLCAD_ADDEXEC(test_nurbsfit test_nurbsfit.cpp "librt;libwdb;libnurbs;libbu" 
NOSTRICT NO_INSTALL)
+
 #BRLCAD_ADDEXEC(test_botpatches test_botpatches.cpp 
"librt;libwdb;libnurbs;libbu" NOSTRICT NO_INSTALL)
 #SET_PROPERTY(TARGET test_botpatches PROPERTY COMPILE_FLAGS "-Wno-shadow 
-Wno-float-equal -Wno-error")
+#BRLCAD_ADDEXEC(test_nurbsfit test_nurbsfit.cpp "librt;libwdb;libnurbs;libbu" 
NOSTRICT NO_INSTALL)
 #BRLCAD_ADDEXEC(test_subdivision test_subdivision.cpp 
"librt;libwdb;libnurbs;libbu" NOSTRICT NO_INSTALL)
 
+BRLCAD_ADDEXEC(test_dvec test_dvec.cpp "librt" NOSTRICT NO_INSTALL)
+
 # Local Variables:
 # tab-width: 8
 # mode: cmake

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to