CMake Error at scripts/cmake/SubmoduleSetup.cmake:34 (string):
string sub-command REGEX, mode MATCH needs at least 5 arguments total to
command.
Call Stack (most recent call first):
CMakeLists.txt:36 (include)
CMake Error at scripts/cmake/SubmoduleSetup.cmake:35 (string):
string sub-command REGEX, mode MATCH needs at least 5 arguments total to
command.
Call Stack (most recent call first):
CMakeLists.txt:36 (include)
Here are lines 34 and 35 from the script needing the arguments:
string(REGEX MATCH "^\\-" UNINITIALIZED ${SUBMODULE_STATE})
string(REGEX MATCH "^\\+" MISMATCH ${SUBMODULE_STATE})
adding another \ to the things in the " " or a space does not fix this
All this only happens when trying to build the GUI - the CLI and all other modules compile and build fine
Thanks