mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 21:03:17 +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)
|
if (WIN32)
|
||||||
set(EXTERNAL_NAME glm)
|
set(EXTERNAL_NAME glew)
|
||||||
|
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
|
|
Loading…
Reference in a new issue