From 336cb9aa9b11fe3db57abf65cbbe2b966369233c Mon Sep 17 00:00:00 2001 From: program-- Date: Tue, 19 Sep 2023 07:54:39 -0700 Subject: [PATCH] tests: update to upstream/master --- test/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 500afc03a1..d90ce6eda5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -136,9 +136,10 @@ ngen_add_test( test_nexus OBJECTS core/nexus/NexusTests.cpp + utils/nexus_writer_Test.cpp LIBRARIES NGen::core_nexus - ${NETCDF_LIBRARIES} + NetCDF ) ########################## MPI Remote Nexus Tests