Win32: fix compatibility with MSVC x64 builds.
parent
d8932772ef
commit
6b8f937894
|
@ -153,7 +153,7 @@ if(WIN32)
|
|||
find_package(OpenGL REQUIRED)
|
||||
endif()
|
||||
|
||||
if(NOT MINGW)
|
||||
if(MSVC AND ${CMAKE_SIZEOF_VOID_P} EQUAL 4)
|
||||
message(STATUS "Using prebuilt SpaceWare")
|
||||
set(SPACEWARE_FOUND TRUE)
|
||||
set(SPACEWARE_INCLUDE_DIR
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 54eee47843a147336c594b3213993b439fdf67ed
|
||||
Subproject commit 5561dfc3f7e992454076ff3f10a0554c6b407e19
|
Loading…
Reference in New Issue