Open
Description
CMakeLists.txt reads READLINE_FOUND and sets ABC_USE_xxxx variables depending on TRUE & FALSE values.
I don't know how READLINE_FOUND is supposed to be set but if it is not, we are in a incoherent situation where the header is used but the librarie is not set.
In the case of OpenROAD where only the C++ API and readline is not used, the only way to prevent including the header is to set READLINE_FOUND to FALSE. There is maybe a better way to handle that.
Metadata
Metadata
Assignees
Labels
No labels