Skip to content
Commit 9f793a9e authored by Milian Wolff's avatar Milian Wolff Committed by Albert Astals Cid
Browse files

Unbreak compile with Unix Makefile and newer CMake

Disable AUTOMOC for the "path with space" folder, which isn't
needed here anyways. This unbreaks the Unix Makefile cmake generator
in recent versions, to fix the CI issue:

```
make[2]: *** No rule to make target 'plugins/debuggercommon/tests/debuggees/path\ with\ space/CMakeFiles/debuggee_spacedebugee_autogen.dir/compiler_depend.ts',
needed by 'plugins/debuggercommon/tests/debuggees/path with space/debuggee_spacedebugee_autogen/timestamp'.  Stop.
```

See also: https://gitlab.kitware.com/cmake/cmake/-/issues/25554

(cherry picked from commit b1c227f0)
parent 72c8902c
Pipeline #577527 passed with stage
in 18 minutes and 5 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment