mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
removed duplicate handling of logging
This commit is contained in:
parent
6e6403bb0f
commit
987ce47f5e
@ -381,14 +381,6 @@ OPTION(ENABLE_MMAP "Use MMAP." ON)
|
||||
# Option to use examples.
|
||||
OPTION(ENABLE_EXAMPLES "Build Examples" ON)
|
||||
|
||||
|
||||
# Option Logging, only valid for netcdf4.
|
||||
OPTION(ENABLE_LOGGING "Enable Logging." OFF)
|
||||
IF(ENABLE_LOGGING)
|
||||
ADD_DEFINITIONS(-DLOGGING)
|
||||
SET(LOGGING ON)
|
||||
ENDIF()
|
||||
|
||||
# Option to automatically build netcdf-fortran.
|
||||
IF(NOT MSVC)
|
||||
OPTION(ENABLE_REMOTE_FORTRAN_BOOTSTRAP "Download and build netcdf-fortran automatically (EXPERIMENTAL)." OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user