Skip to content
Snippets Groups Projects
Commit c3a6fa03 authored by Gael Guennebaud's avatar Gael Guennebaud
Browse files

elif/elseif typo

parent 0a1d9fb9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set(CTEST_SITE "@SITE@")
set(MODEL Experimental)
if(${CTEST_SCRIPT_ARG} MATCHES Nightly)
set(MODEL Nightly)
elif(${CTEST_SCRIPT_ARG} MATCHES Continuous)
elseif(${CTEST_SCRIPT_ARG} MATCHES Continuous)
set(MODEL Continuous)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment