Skip to content

Commit 9ab8387

Browse files
committed
Rename CANARY_BUILD option to DEV_BUILD
1 parent 61fefaf commit 9ab8387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OPENCLOUD.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
option(CANARY_BUILD "Use a standalone profile" OFF)
1+
option(DEV_BUILD "Use a standalone profile for developement" OFF)
22

3-
if (CANARY_BUILD)
4-
set(THEME_SUFFIX " Canary")
3+
if (DEV_BUILD)
4+
set(THEME_SUFFIX " Dev")
55
else()
66
set(THEME_SUFFIX "")
77
endif()

0 commit comments

Comments
 (0)