Skip to content
Snippets Groups Projects
Commit aeae9e8c authored by Kyle Klenk (kck540)'s avatar Kyle Klenk (kck540)
Browse files

Add netcdf-c to link in summa-actors cluster

parent 1ceaf4e9
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,8 @@ if (CMAKE_BUILD_TYPE MATCHES Cluster) ...@@ -45,7 +45,8 @@ if (CMAKE_BUILD_TYPE MATCHES Cluster)
${PARENT_DIR}/build/includes/file_access_actor ${PARENT_DIR}/build/includes/file_access_actor
${PARENT_DIR}/build/includes/hru_actor) ${PARENT_DIR}/build/includes/hru_actor)
set(LIB_ACTORS set(LIB_ACTORS
${CAF_LIBRARIES} ${CAF_LIBRARIES}
-lnetcdf
-lcaf_core -lcaf_core
-lcaf_io) -lcaf_io)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment