Skip to content

generated files go to binary directory

Eli Mallon requested to merge github/fork/m1tk4/generated-fix into development

Created by: m1tk4

Currently the build fails if cmake is run with -S sourcedir -B someotherdir - i.e. for an "out-of-place" build.

This is due to include expecting generated files in ${BINARY_DIR}/generated (see CMakeLists.txt line 18) but the sourcery (and other commands) generating them in-place (i.e. in the source directory).

Merge request reports