mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Replace ENABLE_FFIO with NETCDF_ENABLE_FFIO
This commit is contained in:
parent
08c9fb9a3f
commit
e4f9e44db1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user