Skip to content

Commit 5040275

Browse files
committed
[CMake] Releases shouldn't speak Greek.
1 parent 1daccf4 commit 5040275

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

indra/cmake/Variables.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ if (NOT VIEWER_CHANNEL_GRK)
270270
set(VIEWER_CHANNEL_GRK "\\u03B1") # "α"
271271
elseif (VIEWER_CHANNEL_TYPE MATCHES "Beta")
272272
set(VIEWER_CHANNEL_GRK "\\u03B2") # "β"
273+
else()
274+
set(VIEWER_CHANNEL_GRK "")
273275
endif ()
274276
endif (NOT VIEWER_CHANNEL_GRK)
275277

0 commit comments

Comments
 (0)