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
Fix Find modules to detect system libraries and validate lemon compatibility
FindLMDB and FindSQLite3 only searched paths when *_ROOT was set,
missing system-installed libraries entirely. Add fallback to default
CMake search paths so system -dev packages are found.
FindLEMON now tests whether the found lemon supports %realloc/%free
directives required by stepcode. System lemon (SQLite's) lacks these
BRL-CAD extensions, so the test correctly rejects it and triggers a
local build of the forked lemon.
0 commit comments