forked from Archive/PX4-Autopilot
cmake: use elif -> elseif
This commit is contained in:
parent
04f8453f4a
commit
58bd3d0c60
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue