We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9276b21 + 1866859 commit 594f801Copy full SHA for 594f801
cmake/FindNetCDF.cmake
@@ -49,7 +49,7 @@ if(NetCDF_C_CONFIG_EXECUTABLE)
49
OUTPUT_VARIABLE clibs
50
OUTPUT_STRIP_TRAILING_WHITESPACE)
51
if (clibs)
52
- set(NetCDF_C_LIBRARIES ${libs} CACHE STRING "NetCDF libraries (or linking flags)")
+ set(NetCDF_C_LIBRARIES ${clibs} CACHE STRING "NetCDF libraries (or linking flags)")
53
set(AUTODETECTED_NetCDF_C ON)
54
endif()
55
0 commit comments