mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 02:16:02 +02:00
fix cmake build type check for interface icon
This commit is contained in:
parent
18f293b59b
commit
6fc74eb830
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ if (APPLE)
|
|||
set(MACOSX_BUNDLE_BUNDLE_NAME Interface)
|
||||
set(MACOSX_BUNDLE_GUI_IDENTIFIER io.highfidelity.Interface)
|
||||
|
||||
if (${CMAKE_BUILD_TYPE} MATCHES "RELEASE")
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
set(ICON_FILENAME "interface.icns")
|
||||
else ()
|
||||
set(ICON_FILENAME "interface-beta.icns")
|
||||
|
|
Loading…
Reference in a new issue