make indents consistent in cake.. also put a glaring note that the MRUBY support needs to be finished.
This commit is contained in:
parent
a18497ca7b
commit
835ea686c8
|
@ -258,6 +258,7 @@ if (BINDING STREQUAL "MRI")
|
|||
binding-mri/filesystem-binding.cpp
|
||||
)
|
||||
elseif(BINDING STREQUAL "MRUBY")
|
||||
message(FATAL_ERROR "Mruby support in CMake needs to be finished")
|
||||
list(APPEND DEFINES
|
||||
BINDING_MRUBY
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue