Commit Graph

2 Commits

Author SHA1 Message Date
Nikos Chantziaras
23f82c2057
Fix cmake wrapper breaking cmake build options
Since cmake 3.20, "-D" prevents any build options (--build, --target, -j,
etc) from working. It will abort with an "unrecognized argument" error.

Fix the issue by passing the toolchain file as an env variable to cmake,
not with -D.
2021-11-23 17:14:40 +02:00
JP Cimalando
f394d6a890 add CMake 2018-03-10 18:29:47 +01:00