From aeae9e8c8e46d45b50408a023f1218a8eef874c3 Mon Sep 17 00:00:00 2001
From: kck540 <kyle.klenk@usask.ca>
Date: Wed, 13 Mar 2024 17:34:11 -0400
Subject: [PATCH] Add netcdf-c to link in summa-actors cluster

---
 build/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt
index 575348f..e77c94d 100644
--- a/build/CMakeLists.txt
+++ b/build/CMakeLists.txt
@@ -45,7 +45,8 @@ if (CMAKE_BUILD_TYPE MATCHES Cluster)
         ${PARENT_DIR}/build/includes/file_access_actor 
         ${PARENT_DIR}/build/includes/hru_actor)
     set(LIB_ACTORS 
-        ${CAF_LIBRARIES} 
+        ${CAF_LIBRARIES}
+        -lnetcdf 
         -lcaf_core 
         -lcaf_io)
 
-- 
GitLab