From 5a5981989cfa50e774d25777d4ca026f485e50ee Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Sun, 17 Mar 2019 09:09:16 +0100 Subject: [PATCH] Fix STRNG typo in CMakeList --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d79f4fd6..c5b565429 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "")