Fixed incorrect elseif in /CMakeLists.txt, #3819
This commit is contained in:
parent
a7471b3db6
commit
371410d49b
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user