diff options
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 e354112..57da1c1 100644 --- a/Modules/FindMotif.cmake +++ b/Modules/FindMotif.cmake @@ -32,7 +32,7 @@ IF(UNIX) ENDIF(UNIX) -# handle the QUIETLY and REQUIRED arguments and set MOTIF_FOUND to TRUE if +# handle the QUIETLY and REQUIRED arguments and set MOTIF_FOUND to TRUE if # all listed variables are TRUE INCLUDE(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) FIND_PACKAGE_HANDLE_STANDARD_ARGS(Motif DEFAULT_MSG MOTIF_LIBRARIES MOTIF_INCLUDE_DIR) |