mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Help: Convert remaining modules to block-style comments
This commit is contained in:
committed by
Kyle Edwards
parent
7115aa6c22
commit
df4ed1e9ff
@@ -1,21 +1,22 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
#.rst:
|
||||
# FindASPELL
|
||||
# ----------
|
||||
#
|
||||
# Try to find ASPELL
|
||||
#
|
||||
# Once done this will define
|
||||
#
|
||||
# ::
|
||||
#
|
||||
# ASPELL_FOUND - system has ASPELL
|
||||
# ASPELL_EXECUTABLE - the ASPELL executable
|
||||
# ASPELL_INCLUDE_DIR - the ASPELL include directory
|
||||
# ASPELL_LIBRARIES - The libraries needed to use ASPELL
|
||||
# ASPELL_DEFINITIONS - Compiler switches required for using ASPELL
|
||||
#[=======================================================================[.rst:
|
||||
FindASPELL
|
||||
----------
|
||||
|
||||
Try to find ASPELL
|
||||
|
||||
Once done this will define
|
||||
|
||||
::
|
||||
|
||||
ASPELL_FOUND - system has ASPELL
|
||||
ASPELL_EXECUTABLE - the ASPELL executable
|
||||
ASPELL_INCLUDE_DIR - the ASPELL include directory
|
||||
ASPELL_LIBRARIES - The libraries needed to use ASPELL
|
||||
ASPELL_DEFINITIONS - Compiler switches required for using ASPELL
|
||||
#]=======================================================================]
|
||||
|
||||
find_path(ASPELL_INCLUDE_DIR aspell.h )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user