You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The KOBO_EXTRA_LIBRARIES CMake variable used to be defined via option(),
which meant it was really a boolean, and any non-true default would
automatically be converted to "OFF".
Now using set() with a help string instead, and a proper "" default.
Closes#454.
0 commit comments