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