diff --git a/CMakeLists.txt b/CMakeLists.txt index d1893ca33..5fd9e168f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()