[Avida-cvs] [avida-svn] r645 - trunk

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Thu May 4 10:11:40 PDT 2006


Author: kaben
Date: 2006-05-04 13:11:40 -0400 (Thu, 04 May 2006)
New Revision: 645

Modified:
   trunk/CMakeLists.txt
Log:

Again, trying to fix incompatibility issues between older and recent
versions of CMake.



Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2006-05-04 16:59:13 UTC (rev 644)
+++ trunk/CMakeLists.txt	2006-05-04 17:11:40 UTC (rev 645)
@@ -67,8 +67,6 @@
 # can't be properly defined because PROJECT_SOURCE_DIR and
 # PROJECT_BUILD_DIR aren't yet defined).
 
-PROJECT(AVIDA)
-
 # Default location for installed software / configs / docs is work
 # subdirectory of build directory.
 SET(CMAKE_INSTALL_PREFIX
@@ -78,6 +76,8 @@
   "Install path prefix, prepended onto install directories."
 )
 
+PROJECT(AVIDA)
+
 # Final software is built directly into the work subdirectory.
 SET(EXECUTABLE_OUTPUT_PATH
   "${PROJECT_BINARY_DIR}/bin"




More information about the Avida-cvs mailing list