[Avida-SVN] r2959 - branches/vo

michaelvo at myxo.css.msu.edu michaelvo at myxo.css.msu.edu
Fri Nov 21 11:52:27 PST 2008


Author: michaelvo
Date: 2008-11-21 14:52:27 -0500 (Fri, 21 Nov 2008)
New Revision: 2959

Modified:
   branches/vo/CMakeLists.txt
Log:
Needed to get FLTK to work... there was a typo


Modified: branches/vo/CMakeLists.txt
===================================================================
--- branches/vo/CMakeLists.txt	2008-11-21 00:07:26 UTC (rev 2958)
+++ branches/vo/CMakeLists.txt	2008-11-21 19:52:27 UTC (rev 2959)
@@ -367,7 +367,7 @@
 # By default, do not build the console interface to Avida.
 OPTION(AVD_GUI_NCURSES
   "Enable building Avida console interface."
-  OFF
+  ON
 )
 # Make sure requisites are present for build of console interface.  Give
 # user feedback if they're missing.
@@ -485,7 +485,7 @@
 # By default, do not build the console interface to Avida.
 OPTION(AVD_GUI_PROTO_FLTK
   "Enable building new Avida FLTK graphical interface."
-  OFF
+  ON
 )
 # Make sure requisites are present for build of console interface.  Give
 # user feedback if they're missing.
@@ -514,7 +514,7 @@
     SOURCE_GROUP(targets\\viewer-fltk FILES ${AVIDA_FLTK_VIEWER_SOURCES})
     ADD_EXECUTABLE(avida-fltkview ${AVIDA_FLTK_VIEWER_SOURCES})
     
-    SET(AVIDA_FLTK_VIEWER_LIBS avidacore ${FLTK_BASE_LIBRARY} ${FLTK_IMAGE_LIBRARY} $(FLTK_JPEG_LIBRARY))
+    SET(AVIDA_FLTK_VIEWER_LIBS avidacore ${FLTK_BASE_LIBRARY} ${FLTK_IMAGE_LIBRARY} ${FLTK_JPEG_LIBRARY})
     IF(NOT MSVC)
       LIST(APPEND AVIDA_FLTK_VIEWER_LIBS pthread)
     ENDIF(NOT MSVC)




More information about the Avida-cvs mailing list