From 46584d45201f43d42e9fc396db6f47d38907881b Mon Sep 17 00:00:00 2001 From: jotelha Date: Tue, 7 Jan 2020 13:26:01 +0100 Subject: [PATCH] Update cmake/Modules/FindPNetCDF.cmake Co-Authored-By: Christoph Junghans --- cmake/Modules/FindPNetCDF.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindPNetCDF.cmake b/cmake/Modules/FindPNetCDF.cmake index 8778335f62..bc3a5f9538 100644 --- a/cmake/Modules/FindPNetCDF.cmake +++ b/cmake/Modules/FindPNetCDF.cmake @@ -25,7 +25,7 @@ string(REGEX REPLACE "/include/?$" "" find_library (PNETCDF_LIBRARIES NAMES pnetcdf - HINTS ${PNETCDF_LIB_HINT}) + HINTS ${PNETCDF_LIB_HINT} PATH_SUFFIXES lib lib64) if ((NOT PNETCDF_LIBRARIES) OR (NOT PNETCDF_INCLUDES)) message(STATUS "Trying to find PNetCDF using LD_LIBRARY_PATH (we're desperate)...")