diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 14:17:43 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 14:17:43 -0500 |
commit | 74eaecfc3e049e96dd30ecadc1d62fb235d3caba (patch) | |
tree | f1d9d270ac65d41c3d9f0c45ccf93cd40ec1d921 /Modules/FindMotif.cmake | |
parent | 5966baeec375652f573221749436d0cc4d523e89 (diff) | |
download | cmake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.gz |
ENH: cleanups
Diffstat (limited to 'Modules/FindMotif.cmake')
-rw-r--r-- | Modules/FindMotif.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMotif.cmake b/Modules/FindMotif.cmake index 6700e7e969..5c3871fe96 100644 --- a/Modules/FindMotif.cmake +++ b/Modules/FindMotif.cmake @@ -1,7 +1,7 @@ # - Try to find Motif (or lesstif) # Once done this will define: # MOTIF_FOUND - system has MOTIF -# MOTIF_INCLUDE_DIR - where the Motif include directory can be found +# MOTIF_INCLUDE_DIR - incude paths to use Motif # MOTIF_LIBRARIES - Link these to use Motif SET(MOTIF_FOUND 0) |