Skip to content

Another step towards correct cmake files for stk...

James Willenbring requested to merge alanw0:fix_cmake_stkbal into develop

Created by: alanw0

In this case, user-facing executables were being added as tests, and the unit-test executable wasn't being added at all.

Also fix a case where stk-balance was calling a couple of deprecated exodus functions.

Also restrict the unit-tests that are run, since we don't yet have sufficient guards in place for insisting on what packages and tpls need to have been enabled...

@trilinos/

Description

Motivation and Context

How Has This Been Tested?

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports