Commit ee281f84 authored by Kochunas, Brendan M.'s avatar Kochunas, Brendan M.
Browse files

Merge branch 'HOTFIX_checkin_test_extracmake' into 'master'

Hotfix checkin test extracmake

See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/429
parents 63a23dbc 573952cc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1471,7 +1471,7 @@ def runBuildTestCase(inOptions, tribitsGitRepos, buildTestCase, timings):
    if inOptions.useNinja:
      cmakeBaseOptions.append("-GNinja")
    if inOptions.extraCmakeOptions:
      cmakeBaseOptions.extend(commandLineOptionsToList(inOptions.extraCmakeOptions))
      cmakeBaseOptions.extend(inOptions.extraCmakeOptions.split(','))
    cmakeBaseOptions.append(cmakeScopedDefine(projectName,
    "TRIBITS_DIR:PATH", inOptions.tribitsDir))
    cmakeBaseOptions.append(cmakeScopedDefine(projectName,