[NFC] Fix capitalization in cmake package name

Not sure if this is from cmake changing the file name, or being more pendantic, but we now match the actual capitalization of the file distributed by cmake.
This commit is contained in:
Andrew Lenharth 2021-11-02 11:06:19 -05:00
parent 1110debc70
commit c53630bd31
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ llvm_canonicalize_cmake_booleans(CIRCT_BINDINGS_TCL_ENABLED)
if(CIRCT_BINDINGS_TCL_ENABLED)
message(STATUS "CIRCT Tcl bindings are enabled")
find_package(TCL 8.6 REQUIRED)
find_package(TCLStub 8.6 REQUIRED)
find_package(TclStub 8.6 REQUIRED)
message(STATUS "Found TCL include path: ${TCL_INCLUDE_PATH}")
message(STATUS "Found TCL library: ${TCL_LIBRARY}")
message(STATUS "Found TCL executable: ${TCL_TCLSH}")