Utilities/Release: Update default binary distribution dir to v3.0
This commit is contained in:
parent
8619a45336
commit
4c0f8dfb0a
|
@ -3,7 +3,7 @@ if(NOT DEFINED PROJECT_PREFIX)
|
||||||
set(PROJECT_PREFIX cmake-)
|
set(PROJECT_PREFIX cmake-)
|
||||||
endif()
|
endif()
|
||||||
if(NOT VERSION)
|
if(NOT VERSION)
|
||||||
set(VERSION 2.8)
|
set(VERSION 3.0)
|
||||||
endif()
|
endif()
|
||||||
set(dir "v${VERSION}")
|
set(dir "v${VERSION}")
|
||||||
if("${VERSION}" MATCHES "master")
|
if("${VERSION}" MATCHES "master")
|
||||||
|
|
Loading…
Reference in New Issue