FindTclsh¶
Finds the Tcl shell command-line executable (tclsh), which includes the Tcl
(Tool Command Language) interpreter.
Result Variables¶
This module defines the following variables:
Tclsh_FOUNDBoolean indicating whether the
tclshexecutable (and the requested version, if specified) is found. For backward compatibility, theTCLSH_FOUNDvariable is also set to the same value.
Cache Variables¶
The following cache variables may also be set:
TCL_TCLSHThe path to the
tclshexecutable.
Examples¶
Finding the tclsh command-line executable:
find_package(Tclsh)
See Also¶
The
FindTCLmodule to find the Tcl installation.The
FindTclStubmodule to find the Tcl Stubs Library.