Finds the Tcl shell command-line executable (tclsh), which includes the Tcl
(Tool Command Language) interpreter.
This module defines the following variables:
Tclsh_FOUNDBoolean indicating whether the tclsh executable (and the requested
version, if specified) is found. For backward compatibility, the
TCLSH_FOUND variable is also set to the same value.
The following cache variables may also be set:
TCL_TCLSHThe path to the tclsh executable.
Finding the tclsh command-line executable:
find_package(Tclsh)
The FindTCL module to find the Tcl installation.
The FindTclStub module to find the Tcl Stubs Library.