Skip to content

Commit

Permalink
Map cmake None to meson's plain
Browse files Browse the repository at this point in the history
empty is not a build type that exists in meson.

I have no idea why I typed "empty" in #3614 ...

Fixes: ba5f1d8
  • Loading branch information
q234rty authored and fufexan committed Nov 2, 2023
1 parent 062f749 commit ef90d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if(CMAKE_BUILD_TYPE)
elseif(BUILDTYPE_LOWER STREQUAL "minsizerel")
set(BUILDTYPE_LOWER "minsize")
elseif(BUILDTYPE_LOWER STREQUAL "none")
set(BUILDTYPE_LOWER "empty")
set(BUILDTYPE_LOWER "plain")
else()
set(BUILDTYPE_LOWER "release")
endif()
Expand Down

0 comments on commit ef90d1e

Please sign in to comment.