mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
chore: check define of VERSION before set
Log: check define of VERSION before set
This commit is contained in:
parent
e012450662
commit
5c86e36d9f
@ -1,6 +1,8 @@
|
|||||||
cmake_minimum_required(VERSION 3.7)
|
cmake_minimum_required(VERSION 3.7)
|
||||||
|
|
||||||
set(VERSION 4.0)
|
if (NOT DEFINED VERSION)
|
||||||
|
set(VERSION 4.0)
|
||||||
|
endif()
|
||||||
|
|
||||||
project(dde-dock)
|
project(dde-dock)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user