Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed issue where the library was being named incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 22, 2023
1 parent cb2ad73 commit 9dc0a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindNETCDF_Fortran.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ELSE ()
ENDIF()
ENDIF()

FIND_LIBRARY(netCDF::netcdff
FIND_LIBRARY(NFLIB
NAMES ${NETCDFF}
PATHS
${NFPREFIX_DIR}
Expand Down

0 comments on commit 9dc0a88

Please sign in to comment.