mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Clean chiaki.rb Cask
This commit is contained in:
parent
326ffdaa8f
commit
9cedb348c4
3 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
if(NOT CHIAKI_VERSION OR NOT CHIAKI_DMG OR NOT CHIAKI_DMG_FILENAME OR NOT CHIAKI_CASK_OUT)
|
||||
message(FATAL_ERROR "CHIAKI_VERSION, CHIAKI_DMG, CHIAKI_DMG_FILENAME and CHIAKI_CASK_OUT must be set.")
|
||||
if(NOT CHIAKI_VERSION OR NOT CHIAKI_DMG OR NOT CHIAKI_CASK_OUT)
|
||||
message(FATAL_ERROR "CHIAKI_VERSION, CHIAKI_DMG and CHIAKI_CASK_OUT must be set.")
|
||||
endif()
|
||||
|
||||
if(CHIAKI_VERSION MATCHES "^v([0-9].*)$")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue