fix cmake block comment syntax

This commit is contained in:
Julien Valentin 2019-08-15 20:46:52 +02:00 committed by Robert Osfield
parent 23371bf16e
commit f87b6303a9

View File

@ -1,6 +1,6 @@
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details. # file Copyright.txt or https://cmake.org/licensing for details.
#[[=======================================================================.rst:
FindFontconfig FindFontconfig
-------------- --------------
@ -28,6 +28,7 @@ This will define the following variables in your project:
``FONTCONFIG_COMPILE_OPTIONS`` ``FONTCONFIG_COMPILE_OPTIONS``
this should be passed to target_compile_options(), if the this should be passed to target_compile_options(), if the
target is not used for linking target is not used for linking
=======================================================================]]
# use pkg-config to get the directories and then use these values # use pkg-config to get the directories and then use these values
# in the FIND_PATH() and FIND_LIBRARY() calls # in the FIND_PATH() and FIND_LIBRARY() calls