FindMotif¶
Finds Motif (or LessTif) graphical user interface toolkit.
Result Variables¶
This module defines the following variables:
Motif_FOUNDBoolean indicating whether the Motif was found. For backward compatibility, the
MOTIF_FOUNDvariable is also set to the same value.
Cache Variables¶
The following cache variables may also be set:
MOTIF_LIBRARIESLibraries needed to link to Motif.
MOTIF_INCLUDE_DIRInclude directories needed to use Motif.
Examples¶
Finding Motif:
find_package(Motif)