mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-14 10:23:14 +08:00
elif/elseif typo
This commit is contained in:
parent
0a1d9fb9ae
commit
c3a6fa03a2
@ -8,7 +8,7 @@ set(CTEST_SITE "@SITE@")
|
|||||||
set(MODEL Experimental)
|
set(MODEL Experimental)
|
||||||
if(${CTEST_SCRIPT_ARG} MATCHES Nightly)
|
if(${CTEST_SCRIPT_ARG} MATCHES Nightly)
|
||||||
set(MODEL Nightly)
|
set(MODEL Nightly)
|
||||||
elif(${CTEST_SCRIPT_ARG} MATCHES Continuous)
|
elseif(${CTEST_SCRIPT_ARG} MATCHES Continuous)
|
||||||
set(MODEL Continuous)
|
set(MODEL Continuous)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user