Skip to content

CMake File APIs #45

@kdnfgc

Description

@kdnfgc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions