mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 18:36:11 +02:00
fix arch dir for Win32 in GLEW module
This commit is contained in:
parent
42addd4ed4
commit
30e0cbe639
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ else ()
|
|||
if (CMAKE_CL_64)
|
||||
set(WIN_ARCH_DIR "x64")
|
||||
else()
|
||||
set(LINUX_ARCH_DIR "Win32")
|
||||
set(WIN_ARCH_DIR "Win32")
|
||||
endif()
|
||||
|
||||
find_library(GLEW_LIBRARY
|
||||
|
|
Loading…
Reference in a new issue