munt / munt

A multi-platform software synthesiser emulating pre-GM MIDI devices such as the Roland MT-32, CM-32L, CM-64 and LAPC-I. In no way endorsed by or affiliated with Roland Corp.

Home Page:http://munt.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake error "ON" "OR" "ON" "OR"

Jocker666z opened this issue · comments

Last commit causes a cmake error
83a6f3e#diff-65d9466fa9d035a02960824036649c2eb4905db6dead1069881c4bffcf6d169d

Error:

CMake Error at mt32emu/CMakeLists.txt:13 (if):
  if given arguments:

    "ON" "OR" "ON" "OR"

  Unknown arguments specified

If we go back to the original state, the compilation passes.
if(${munt_WITH_MT32EMU_SMF2WAV} OR ${munt_WITH_MT32EMU_QT})

My system: GNU/Linux - Debian Unstable, cmake 3.18.4

Right, cmake magic failed in that case 😐
But hopefully, this is no longer relevant. See faffbf2.

Perfect ! ;)