Win32: fix compatibility with MSVC x64 builds.

pull/106/head
whitequark 2017-01-03 00:52:24 +00:00
parent d8932772ef
commit 6b8f937894
2 changed files with 2 additions and 2 deletions

View File

@ -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