Forgoten minimal cmake version required.
This commit is contained in:
parent
035fb35dbe
commit
c6f2e533b8
|
@ -1,5 +1,7 @@
|
||||||
PROJECT(CUMULUS)
|
PROJECT(CUMULUS)
|
||||||
|
|
||||||
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
|
||||||
|
|
||||||
# This macro has to be included in all the tools CMakeLists.txt as it's
|
# This macro has to be included in all the tools CMakeLists.txt as it's
|
||||||
# the sole means of localizing other tools/projects.
|
# the sole means of localizing other tools/projects.
|
||||||
MACRO(SETUP_PROJECT_PATHS project)
|
MACRO(SETUP_PROJECT_PATHS project)
|
||||||
|
|
Loading…
Reference in New Issue