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
The top level configure hides the noisy test setup log but currently
prints a somewhat misplaced final line. Hide it by turning it from an
error into a normal status message. Before:
```
-- ===== Configuring ASPECT build targets =============
-- Linking ASPECT against zlib
-- Linking ASPECT against NetCDF
-- Linking ASPECT against WorldBuilder
-- Linking ASPECT against dlopen
-- Precompiling common header files.
-- Combining source files into unity build.
-- Writing externally readable configuration information
-- Setting up test project, see tests/setup_tests.log for details.
Found 1 tests.
-- Writing configuration details into detailed.log...
```
0 commit comments