cmake < 2.6 authorized
This commit is contained in:
parent
37c3989ee9
commit
7fc04f1de7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ SET(VERSION "1.02" CACHE STRING "Global version" FORCE)
|
||||||
SET(GLOBAL_VERSION "${VERSION}")
|
SET(GLOBAL_VERSION "${VERSION}")
|
||||||
|
|
||||||
# check cmake version compatibility
|
# check cmake version compatibility
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||||
|
|
||||||
# regular expression checking
|
# regular expression checking
|
||||||
INCLUDE_REGULAR_EXPRESSION("^.*$" "^$")
|
INCLUDE_REGULAR_EXPRESSION("^.*$" "^$")
|
||||||
|
|
|
||||||
Reference in a new issue