mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 06:22:24 +02:00
fix external name for GLEW
This commit is contained in:
parent
5e264f8241
commit
ef729201d6
1 changed files with 1 additions and 1 deletions
2
cmake/externals/glew/CMakeLists.txt
vendored
2
cmake/externals/glew/CMakeLists.txt
vendored
|
@ -1,5 +1,5 @@
|
|||
if (WIN32)
|
||||
set(EXTERNAL_NAME glm)
|
||||
set(EXTERNAL_NAME glew)
|
||||
|
||||
include(ExternalProject)
|
||||
ExternalProject_Add(
|
||||
|
|
Loading…
Reference in a new issue