CMake File APIs
kdnfgc opened this issue · 0 comments
I followed the commands to build my app, but the terminal spits this out at me:
CMake Error: CMake server mode has been removed in favor of the file-api.
Traceback (most recent call last):
File "/Users/kdn_fgc/boden/./bauer/bauer.py", line 71, in main
return run(argv)
File "/Users/kdn_fgc/boden/./bauer/bauer.py", line 67, in run
commandProcessor.process()
File "/Users/kdn_fgc/boden/./bauer/commandprocessor.py", line 119, in process
self.prepare(configuration, platformState)
File "/Users/kdn_fgc/boden/./bauer/commandprocessor.py", line 135, in prepare
self.buildExecutor.prepare(platformState, configuration, self.args)
File "/Users/kdn_fgc/boden/./bauer/buildexecutor.py", line 158, in prepare
self.cmake.open(self.sourceDirectory, cmakeBuildDir, generatorName, extraGeneratorName = "", extraEnv=cmakeEnvironment)
File "/Users/kdn_fgc/boden/./bauer/cmake.py", line 43, in open
raise Exception("Unknown failure, maybe cmake does not support server mode")
Exception: Unknown failure, maybe cmake does not support server mode
Please fix this issue. I'd do it myself, but I'm only a beginner.