[Avida-cvs] [avida-svn] r579 - development

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Fri Apr 7 13:23:12 PDT 2006


Author: kaben
Date: 2006-04-07 16:23:12 -0400 (Fri, 07 Apr 2006)
New Revision: 579

Modified:
   development/build_avida
Log:

build_avida now takes command line arguments and passes them to cmake.



Modified: development/build_avida
===================================================================
--- development/build_avida	2006-04-07 18:16:13 UTC (rev 578)
+++ development/build_avida	2006-04-07 20:23:12 UTC (rev 579)
@@ -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