Skip to content

Commit

Permalink
[CMake] Releases shouldn't speak Greek.
Browse files Browse the repository at this point in the history
  • Loading branch information
RouterGray committed Apr 4, 2020
1 parent 1daccf4 commit 5040275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indra/cmake/Variables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ if (NOT VIEWER_CHANNEL_GRK)
set(VIEWER_CHANNEL_GRK "\\u03B1") # "α"
elseif (VIEWER_CHANNEL_TYPE MATCHES "Beta")
set(VIEWER_CHANNEL_GRK "\\u03B2") # "β"
else()
set(VIEWER_CHANNEL_GRK "")
endif ()
endif (NOT VIEWER_CHANNEL_GRK)

Expand Down

0 comments on commit 5040275

Please sign in to comment.