You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spoke with @white238 about this offline and I believe he figured out the cause and solution to this issue.
To summarize, this behavior above results from a bug in an older version of axom where CONDUIT_FOUND was accidentally set as a cache variable. This has since been fixed, but serac still targets a ~6 month old version of axom (from before the fix), so updating serac's version of axom should resolve this.
When configuring CMake without deleting the CMakeCache.txt (like when modifying a CMakeLists.txt file) I get the following error message:
However, when deleting the CMakeCache.txt and starting from scratch it does configure successfully.
The text was updated successfully, but these errors were encountered: