mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-01 17:06:03 +08:00
Fix STRNG typo in CMakeList
This commit is contained in:
parent
d74817206e
commit
5a5981989c
@ -315,7 +315,7 @@ SET(CHUNK_CACHE_PREEMPTION 0.75 CACHE STRING "Default file chunk cache preemptio
|
||||
SET(MAX_DEFAULT_CACHE_SIZE 67108864 CACHE STRING "Default maximum cache size.")
|
||||
SET(NETCDF_LIB_NAME "" CACHE STRING "Default name of the netcdf library.")
|
||||
SET(TEMP_LARGE "." CACHE STRING "Where to put large temp files if large file tests are run.")
|
||||
SET(NCPROPERTIES_EXTRA "" CACHE STRNG "Specify extra pairs for _NCProperties.")
|
||||
SET(NCPROPERTIES_EXTRA "" CACHE STRING "Specify extra pairs for _NCProperties.")
|
||||
SET(MPIEXEC "mpiexec" CACHE STRING "Command to run MPI programs if parallel tests are run.")
|
||||
|
||||
IF(NOT NETCDF_LIB_NAME STREQUAL "")
|
||||
|
Loading…
Reference in New Issue
Block a user