Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-12-11 16:39:16 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-12-11 16:39:31 +0300
commit658858b2499077abc65732e6435568b08519c574 (patch)
tree87c47af3f969347f38c888dfce6d6b7565fb2084 /cmake
parent4a931c037a9325a84df765be458aeaa9364e82f8 (diff)
Another small fix for FindGLEW
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindGLEW.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindGLEW.cmake b/cmake/modules/FindGLEW.cmake
index c24d0009c..5a2a9b835 100644
--- a/cmake/modules/FindGLEW.cmake
+++ b/cmake/modules/FindGLEW.cmake
@@ -161,7 +161,7 @@ find_library(GLEW_STATIC_LIBRARY_RELEASE
PATHS ENV GLEW_ROOT)
find_library(GLEW_STATIC_LIBRARY_DEBUG
- NAMES GLEWds glewds glew32ds
+ NAMES GLEWds glewd glewds glew32ds
PATH_SUFFIXES lib lib64
PATHS ENV GLEW_ROOT)