Problem when installing using CMake

There was a problem with the build when installing the driver for Apium (selenium-webdriver-at-spi). When executing ‘make.’ throws an error:
Building CXX object inputsynth/CMakeFiles/selenium-webdriver-at-spi-inputsynth.dir/interaction.cpp.o
/home/admin/selenium-webdriver-at-spi/inputsynth/interaction.cpp: In constructor ‘FakeInputInterface::FakeInputInterface()’:
/home/admin/selenium-webdriver-at-spi/inputsynth/interaction.cpp:69:59: error: ‘ORG_KDE_KWIN_FAKE_INPUT_DESTROY_SINCE_VERSION’ was not declared in this scope; did you mean ‘ORG_KDE_KWIN_FAKE_INPUT_BUTTON_SINCE_VERSION’?
69 | : QWaylandClientExtensionTemplate(ORG_KDE_KWIN_FAKE_INPUT_DESTROY_SINCE_VERSION)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ORG_KDE_KWIN_FAKE_INPUT_BUTTON_SINCE_VERSION
make[2]: *** [inputsynth/CMakeFiles/selenium-webdriver-at-spi-inputsynth.dir/build.make:122: inputsynth/CMakeFiles/selenium-webdriver-at-spi-inputsynth.dir/interaction.cpp.o] Ошибка 1
make[1]: *** [CMakeFiles/Makefile2:439: inputsynth/CMakeFiles/selenium-webdriver-at-spi-inputsynth.dir/all] Ошибка 2
make: *** [Makefile:146: all] Ошибка 2

This doesn’t seem like a CMake problem. I would ask the developers of the project about this.