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

@@ -188,13 +188,6 @@ else ()
endif ()
###################################################################
###################################################################
######### Following is for submission to CDash ############
###################################################################
if (NOT DEFINED MODEL)
set (MODEL "Experimental")
endif ()
###################################################################
###################################################################