mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
elif/elseif typo
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user