Forgoten minimal cmake version required.

This commit is contained in:
Jean-Paul Chaput 2010-07-15 12:33:18 +00:00
parent 035fb35dbe
commit c6f2e533b8
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
PROJECT(CUMULUS)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
# This macro has to be included in all the tools CMakeLists.txt as it's
# the sole means of localizing other tools/projects.
MACRO(SETUP_PROJECT_PATHS project)