Skip to content

Commit

Permalink
ncint build working!
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 19, 2020
1 parent eaa0656 commit 9f57a5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ elseif ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
string(APPEND CMAKE_C_FLAGS " -std=c99 ")
endif()

if (NETCDF_INTEGRATION)
target_link_libraries(pioc PUBLIC ncint)
endif ()

#==============================================================================
# DEFINE THE INSTALL
#==============================================================================
Expand Down

0 comments on commit 9f57a5c

Please sign in to comment.