diff options
author | h.udo <hudokkow@gmail.com> | 2018-04-18 19:08:00 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2018-04-18 19:10:37 +0100 |
commit | e7b98c9a3217f419f4849a97b1c56fc899edcffb (patch) | |
tree | 60d1d896f587001ab4e7e6b904f52b30437526a8 /cmake/modules/FindGBM.cmake | |
parent | 16abdf86a30d933a1532592c45a48b799f1c430b (diff) |
[cmake/cosmetics] Where there's a will another one isn't needed
Diffstat (limited to 'cmake/modules/FindGBM.cmake')
-rw-r--r-- | cmake/modules/FindGBM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindGBM.cmake b/cmake/modules/FindGBM.cmake index ac95241159..1e4436d8cd 100644 --- a/cmake/modules/FindGBM.cmake +++ b/cmake/modules/FindGBM.cmake @@ -2,7 +2,7 @@ # ---------- # Finds the GBM library # -# This will will define the following variables:: +# This will define the following variables:: # # GBM_FOUND - system has GBM # GBM_INCLUDE_DIRS - the GBM include directory |