[Avida-SVN] r3104 - development

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Sun Jan 11 12:48:43 PST 2009


Author: brysonda
Date: 2009-01-11 15:48:43 -0500 (Sun, 11 Jan 2009)
New Revision: 3104

Modified:
   development/CMakeLists.txt
Log:
Attempt to fix cmake build warning under new versions of cmake (> 2.4)

Modified: development/CMakeLists.txt
===================================================================
--- development/CMakeLists.txt	2009-01-11 19:39:39 UTC (rev 3103)
+++ development/CMakeLists.txt	2009-01-11 20:48:43 UTC (rev 3104)
@@ -1,5 +1,7 @@
 PROJECT(AVIDA)
 
+CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
+
 # The following three variables must be after the PROJECT statement, otherwise
 # newer versions of cmake will (correctly) use an empty value of
 # PROJECT_BINARY_DIR, since the project didn't exist yet.




More information about the Avida-cvs mailing list