Engine icon indicating copy to clipboard operation
Engine copied to clipboard

Missing parameter of option() command in cmake file

Open mjopenglsdl opened this issue 4 years ago • 0 comments

https://github.com/boldtempleGaming/Engine/blob/8ed73a49777b59f0af1031d9787c7bdaa98ba3cb/CMakeLists.txt#L16

The command option(USE_LUA ON) would have no effect to the default value (ON), use option(USE_LUA "some descriptions" ON) instead

Plz take a look at cmake manual: https://cmake.org/cmake/help/v3.0/command/option.html

mjopenglsdl avatar Dec 26 '20 14:12 mjopenglsdl