Fix minor typo

This commit is contained in:
Akash Levy 2024-08-05 10:36:23 -07:00
parent 4337eb82fe
commit d7de166e05
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ project(STA VERSION 2.6.0
)
option(CUDD_DIR "CUDD BDD package directory")
option(USE_TCL_READLINE "Use TCL readliine package" ON)
option(USE_TCL_READLINE "Use TCL readline package" ON)
option(USE_SANITIZE "Compile with santize address enabled")
# Turn on to debug compiler args.