Replace ENABLE_FFIO with NETCDF_ENABLE_FFIO

This commit is contained in:
Kyle Shores 2024-03-18 15:36:04 -05:00
parent 08c9fb9a3f
commit e4f9e44db1

View File

@ -675,8 +675,8 @@ if(NOT WIN32)
endif()
# FFIO insteaad of PosixIO
option(ENABLE_FFIO "If true, use ffio instead of posixio" OFF)
if(ENABLE_FFIO)
option(NETCDF_ENABLE_FFIO "If true, use ffio instead of posixio" OFF)
if(NETCDF_ENABLE_FFIO)
set(USE_FFIO ON CACHE BOOL "")
endif()
endif()