summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-08-27 14:06:01 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-08-27 14:06:01 +0200
commite865c9d274dc57e242f7aaa79ca8856fc4f2f94b (patch)
treedf042b1e243ed7220751dce53f46c60d09d5b456
parentc4343da1a080c8ead7625661c53b126a55170e80 (diff)
Indicate that CMake 2.6.1 is needed in Doxygen docs.
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
-rw-r--r--doxygen/doxygen_mainpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/doxygen_mainpage.h b/doxygen/doxygen_mainpage.h
index 2666ab4..9ebfd79 100644
--- a/doxygen/doxygen_mainpage.h
+++ b/doxygen/doxygen_mainpage.h
@@ -69,7 +69,7 @@
* <hr>
* @section build Building eurephia and installing
* Run the <i>./configure</i> script to prepare the build. This script requires
- * <a href="http://www.cmake.org">CMake</a> (at least version 2.6) to be installed. The configure
+ * <a href="http://www.cmake.org">CMake</a> (at least version 2.6.1) to be installed. The configure
* script will require some parameters, depending on which features being prepared in the build.
* For a complete overview of all parameters, see <i>./configure --help</i>
*