Oberon00 / luabind

Luabind is a library that helps you create bindings between C++ and Lua.
http://oberon00.github.io/luabind/
Other
46 stars 13 forks source link

LUABIND_SKIP_TESTS ignored #24

Closed liclac closed 9 years ago

liclac commented 9 years ago

According to the documentation, this is supposed to be how you disable building of unit tests, but the code instead checks for a BUILD_TESTING variable.

Oberon00 commented 9 years ago

In this case, I decided that the code was "right", not the documentation, as BUILD_TESTING is a standard CMake option. Fixed by e0fa6d2088fdfa5c584c5c63aece640af27641b2 (and 3227453cf71cea55eb935d1f4dd193ef2017f849).