Revision: 56820
          http://sourceforge.net/p/brlcad/code/56820
Author:   starseeker
Date:     2013-08-14 01:58:47 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------
Don't use explicit path to invoke test_bottess (it's wrong now anyway...)

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

Modified: brlcad/trunk/src/libgcv/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libgcv/CMakeLists.txt      2013-08-13 22:40:44 UTC (rev 
56819)
+++ brlcad/trunk/src/libgcv/CMakeLists.txt      2013-08-14 01:58:47 UTC (rev 
56820)
@@ -25,7 +25,7 @@
 if(CPP_DLL_DEFINES)
   SET_PROPERTY(TARGET test_bottess APPEND PROPERTY COMPILE_DEFINITIONS 
"BOTTESS_DLL_IMPORTS")
 endif(CPP_DLL_DEFINES)
-add_test(bottess_test ${CMAKE_BINARY_DIR}/bin/test_bottess)
+add_test(bottess_test test_bottess)
 
 CMAKEFILES(NOTES soup.h tri_intersect.h)
 DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/CTestTestfile.cmake)

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to