Fixed incorrect elseif in /CMakeLists.txt, #3819

This commit is contained in:
Morgan Hardwood 2017-04-12 14:04:32 +02:00
parent a7471b3db6
commit 371410d49b

View File

@ -354,7 +354,7 @@ endif()
# Set the platform bit-depth:
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
set(PROC_BIT_DEPTH 32 bits)
elseif()
else()
set(PROC_BIT_DEPTH 64 bits)
endif()