Illation / ETEngine

Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
MIT License
776 stars 58 forks source link

Outdated Cmake commands #41

Closed The5-1 closed 3 years ago

The5-1 commented 3 years ago

Nothing big but -H. -Bbuild is apparently deprecated since 3.13. Its -S . - B build now. Since the -H is apparently not documented it took me a while to figure out what the intend was. https://stackoverflow.com/questions/11143062/getting-cmake-to-build-out-of-source-without-wrapping-scripts

Not urgent or anything seeing how you are still winding up to a release. Just documenting.

Illation commented 3 years ago

Yup I tested that and it works. Updated build docs. https://github.com/Illation/ETEngine/commit/dd2c00ebb44d2b7cfdaa01daa669b3ff008c2930