diff --git a/CMakeLists.txt b/CMakeLists.txt index c10bcfe..0b5812a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()