We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1daccf4 commit 5040275Copy full SHA for 5040275
indra/cmake/Variables.cmake
@@ -270,6 +270,8 @@ if (NOT VIEWER_CHANNEL_GRK)
270
set(VIEWER_CHANNEL_GRK "\\u03B1") # "α"
271
elseif (VIEWER_CHANNEL_TYPE MATCHES "Beta")
272
set(VIEWER_CHANNEL_GRK "\\u03B2") # "β"
273
+ else()
274
+ set(VIEWER_CHANNEL_GRK "")
275
endif ()
276
endif (NOT VIEWER_CHANNEL_GRK)
277
0 commit comments