mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
Help: Convert remaining modules to block-style comments
This commit is contained in:
committed by
Kyle Edwards
parent
7115aa6c22
commit
df4ed1e9ff
+24
-23
@@ -1,29 +1,30 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
#.rst:
|
||||
# FindGDAL
|
||||
# --------
|
||||
#
|
||||
#
|
||||
#
|
||||
# Locate gdal
|
||||
#
|
||||
# This module accepts the following environment variables:
|
||||
#
|
||||
# ::
|
||||
#
|
||||
# GDAL_DIR or GDAL_ROOT - Specify the location of GDAL
|
||||
#
|
||||
#
|
||||
#
|
||||
# This module defines the following CMake variables:
|
||||
#
|
||||
# ::
|
||||
#
|
||||
# GDAL_FOUND - True if libgdal is found
|
||||
# GDAL_LIBRARY - A variable pointing to the GDAL library
|
||||
# GDAL_INCLUDE_DIR - Where to find the headers
|
||||
#[=======================================================================[.rst:
|
||||
FindGDAL
|
||||
--------
|
||||
|
||||
|
||||
|
||||
Locate gdal
|
||||
|
||||
This module accepts the following environment variables:
|
||||
|
||||
::
|
||||
|
||||
GDAL_DIR or GDAL_ROOT - Specify the location of GDAL
|
||||
|
||||
|
||||
|
||||
This module defines the following CMake variables:
|
||||
|
||||
::
|
||||
|
||||
GDAL_FOUND - True if libgdal is found
|
||||
GDAL_LIBRARY - A variable pointing to the GDAL library
|
||||
GDAL_INCLUDE_DIR - Where to find the headers
|
||||
#]=======================================================================]
|
||||
|
||||
#
|
||||
# $GDALDIR is an environment variable that would
|
||||
|
||||
Reference in New Issue
Block a user