Skip to content

Commit

Permalink
Forgot to explicitly pull in SEMSDevEnv.cmake (#482)
Browse files Browse the repository at this point in the history
This caused the standard CI build to break because it was not pulling in the
env.
  • Loading branch information
bartlettroscoe committed Mar 14, 2018
1 parent 33326f2 commit 646ab7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SET(Trilinos_BRANCH develop)
SET(EXTRA_EXCLUDE_PACKAGES)

SET( EXTRA_CONFIGURE_OPTIONS
"-DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/MpiReleaseDebugSharedPtSettings.cmake,cmake/std/BasicCiTestingSettings.cmake"
"-DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/MpiReleaseDebugSharedPtSettings.cmake,cmake/std/BasicCiTestingSettings.cmake,cmake/std/sems/SEMSDevEnv.cmake"
"-DTrilinos_TEST_CATEGORIES=BASIC"
"-DTrilinos_ENABLE_CONFIGURE_TIMING=ON"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ SET(Trilinos_BRANCH develop)
SET(EXTRA_EXCLUDE_PACKAGES)

SET( EXTRA_CONFIGURE_OPTIONS
"-DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/MpiReleaseDebugSharedPtSettings.cmake,cmake/std/BasicCiTestingSettings.cmake"
"-DTrilinos_CONFIGURE_OPTIONS_FILE:STRING=cmake/std/MpiReleaseDebugSharedPtSettings.cmake,cmake/std/BasicCiTestingSettings.cmake,cmake/std/sems/SEMSDevEnv.cmake"
"-DTrilinos_TEST_CATEGORIES=BASIC"
"-DTrilinos_ENABLE_CONFIGURE_TIMING=ON"
)
Expand Down

0 comments on commit 646ab7f

Please sign in to comment.