CMAKE!
parach opened this issue · 1 comments
parach commented
I just cant seem to get the build to work again.
Cmake's updates have destroyed compilation.
Has anyone had a work round?
Regards,
Phillip
teasp00n commented
cmake-server
was removed in version 3.20
in favor of the cmake-file-api
. You'll either need to use a version of cmake
older than 3.20
or update bauer
's cmake support to leverage the cmake-file-api
instead of cmake-server
.