mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-01 18:55:02 +03:00
Map cmake None to meson's plain
empty is not a build type that exists in meson.
I have no idea why I typed "empty" in #3614 ...
Fixes: ba5f1d8783
This commit is contained in:
parent
062f749450
commit
ef90d1eaaf
@ -45,7 +45,7 @@ if(CMAKE_BUILD_TYPE)
|
|||||||
elseif(BUILDTYPE_LOWER STREQUAL "minsizerel")
|
elseif(BUILDTYPE_LOWER STREQUAL "minsizerel")
|
||||||
set(BUILDTYPE_LOWER "minsize")
|
set(BUILDTYPE_LOWER "minsize")
|
||||||
elseif(BUILDTYPE_LOWER STREQUAL "none")
|
elseif(BUILDTYPE_LOWER STREQUAL "none")
|
||||||
set(BUILDTYPE_LOWER "empty")
|
set(BUILDTYPE_LOWER "plain")
|
||||||
else()
|
else()
|
||||||
set(BUILDTYPE_LOWER "release")
|
set(BUILDTYPE_LOWER "release")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user