From 987ce47f5e2b917ba960d386a0c150ffefa28888 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 16 Jul 2018 06:24:57 -0600 Subject: [PATCH] removed duplicate handling of logging --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0afe01f7f..ce6b6c3e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)