raylib-game-template icon indicating copy to clipboard operation
raylib-game-template copied to clipboard

"STREQUAL" "Web" Unknown arguments specified

Open OsakiTsukiko opened this issue 6 months ago • 0 comments

When running the cmake command cmake -S . -B build it outpus this error

CMake Error at CMakeLists.txt:42 (if):
  if given arguments:

    "STREQUAL" "Web"

  Unknown arguments specified

I think this is mainly because PLATFORM is undefined. I will look more into it and open a pr.

OS: EndeavourOS Linux x86_64 (Arch Based) Kernel: 6.10.4-arch2-1 cmake version 3.30.2 CMake suite maintained and supported by Kitware (kitware.com/cmake).

OsakiTsukiko avatar Aug 17 '24 09:08 OsakiTsukiko