Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1645 - trunk/StandAlone


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1645 - trunk/StandAlone
  • Date: Wed, 15 Aug 2007 18:51:41 -0600 (MDT)

Author: abe
Date: Wed Aug 15 18:51:41 2007
New Revision: 1645

Removed:
   trunk/StandAlone/barrier_test.cc
Modified:
   trunk/StandAlone/CMakeLists.txt
Log:

Removed the barrier_test program. Note that this somehow stopped
properly linking on linux in the past week or so.... fortunately it is
unused code.

D    StandAlone/barrier_test.cc
M    StandAlone/CMakeLists.txt


Modified: trunk/StandAlone/CMakeLists.txt
==============================================================================
--- trunk/StandAlone/CMakeLists.txt     (original)
+++ trunk/StandAlone/CMakeLists.txt     Wed Aug 15 18:51:41 2007
@@ -8,10 +8,6 @@
                              -lm)
 
 
-ADD_EXECUTABLE(barrier_test barrier_test.cc)
-TARGET_LINK_LIBRARIES(barrier_test SCIRun_Core
-                                  ${CMAKE_THREAD_LIBS_INIT})
-
          
 SET (BUILD_OCTVOL_BUILD 0 CACHE BOOL "Include .v3c1 tools")
 IF (BUILD_OCTVOL_BUILD) 




  • [Manta] r1645 - trunk/StandAlone, abe, 08/15/2007

Archive powered by MHonArc 2.6.16.

Top of page