cmake: use elif -> elseif

This commit is contained in:
bresch 2022-03-09 15:21:09 +01:00 committed by Beat Küng
parent 04f8453f4a
commit 58bd3d0c60
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if(REPLAY_FILE)
message(STATUS "Building without lockstep for replay")
set(ENABLE_LOCKSTEP_SCHEDULER no)
elif(CMAKE_BUILD_TYPE STREQUAL FuzzTesting)
elseif(CMAKE_BUILD_TYPE STREQUAL FuzzTesting)
set(ENABLE_LOCKSTEP_SCHEDULER no)
else()
set(ENABLE_LOCKSTEP_SCHEDULER yes)