summaryrefslogtreecommitdiffstats
path: root/Modules/FindGLEW.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-02-12 19:31:58 (GMT)
committerBrad King <brad.king@kitware.com>2020-02-12 19:37:41 (GMT)
commitc5d7c291375c6816770f9d951fb8dc690b1b4d38 (patch)
treef3337364bccad1325dcc5e8790ad1f7b7b584ae1 /Modules/FindGLEW.cmake
parent125f0451a9061c60036c5f92d104ee9fb3111a98 (diff)
downloadCMake-c5d7c291375c6816770f9d951fb8dc690b1b4d38.zip
CMake-c5d7c291375c6816770f9d951fb8dc690b1b4d38.tar.gz
CMake-c5d7c291375c6816770f9d951fb8dc690b1b4d38.tar.bz2
Help: Replace UTF-8 apostrophe with ascii apostrophe
Also replace UTF-8 graphical characters with simple dashes. Fixes: #20349
Diffstat (limited to 'Modules/FindGLEW.cmake')
-rw-r--r--Modules/FindGLEW.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGLEW.cmake b/Modules/FindGLEW.cmake
index bd69819..27ffa13 100644
--- a/Modules/FindGLEW.cmake
+++ b/Modules/FindGLEW.cmake
@@ -10,7 +10,7 @@ Find the OpenGL Extension Wrangler Library (GLEW)
Input Variables
^^^^^^^^^^^^^^^
-The following variables may be set to influence this module’s behavior:
+The following variables may be set to influence this module's behavior:
``GLEW_USE_STATIC_LIBS``
to find and create :prop_tgt:`IMPORTED` target for static linkage.