diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt
index 575348f0a413f9263a98b4f27758e41d31c0b854..e77c94d1e72ab9b6f796c61de8ea41c657a652db 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)