mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-24 12:25:11 +00:00
cmake: Add deprecation warning to 32-bit builds
This commit is contained in:
parent
df8ebd94ea
commit
0b14b65ba8
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ endif()
|
|||
math(EXPR BITS "8*${CMAKE_SIZEOF_VOID_P}")
|
||||
if("${BITS}" STREQUAL "32")
|
||||
set(ARCH "x86")
|
||||
message(STATUS "Stream Effects no longer supports 32-bit builds, you are on your own if you continue.")
|
||||
else()
|
||||
set(ARCH "x64")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue