[Avida-cvs] [avida-svn] r832 - branches/jeffdev

avidaedward@myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Thu Jul 13 19:53:31 PDT 2006


Author: avidaedward
Date: 2006-07-13 22:53:31 -0400 (Thu, 13 Jul 2006)
New Revision: 832

Modified:
   branches/jeffdev/build_avida
Log:

Replaced 'build_avida' command with a version that accepts command-line
args.



Modified: branches/jeffdev/build_avida
===================================================================
--- branches/jeffdev/build_avida	2006-07-13 18:48:42 UTC (rev 831)
+++ branches/jeffdev/build_avida	2006-07-14 02:53:31 UTC (rev 832)
@@ -2,9 +2,7 @@
 
 mkdir -p build
 cd build
-cmake \
-  -DAVD_CONSISTENCY_TEST_PRIMITIVE:BOOL=ON \
-  ../
+cmake "$@" ../
 make
 make install
 




More information about the Avida-cvs mailing list