Skip to content

Commit

Permalink
[NFC] Fix capitalization in cmake package name
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
darthscsi committed Nov 2, 2021
1 parent 1110deb commit c53630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit c53630b

Please sign in to comment.