Move MODEL check to before usage in CTestScript.cmake.

This commit is contained in:
Allen Byrne
2020-02-26 09:50:38 -06:00
parent 1775d6c9bc
commit f53220dc20
2 changed files with 8 additions and 7 deletions

View File

@@ -253,6 +253,14 @@ endforeach ()
message (STATUS "Dashboard script configuration:\n${vars}\n")
#-----------------------------------------------------------------------------
###################################################################
######### Following is for submission to CDash ############
###################################################################
if (NOT DEFINED MODEL)
set (MODEL "Experimental")
endif ()
#-----------------------------------------------------------------------------
## NORMAL process
## -- LOCAL_UPDATE updates the source folder from svn