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

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Thu May 4 10:17:44 PDT 2006


Author: kaben
Date: 2006-05-04 13:17:44 -0400 (Thu, 04 May 2006)
New Revision: 646

Modified:
   trunk/CMakeLists.txt
Log:

Still debugging CMake compatibility problems.



Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2006-05-04 17:11:40 UTC (rev 645)
+++ trunk/CMakeLists.txt	2006-05-04 17:17:44 UTC (rev 646)
@@ -67,6 +67,8 @@
 # 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
@@ -76,8 +78,6 @@
   "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