removing some compile things

This commit is contained in:
Kyle Shores 2024-01-26 14:44:19 -06:00
parent 5cd1f4e9b1
commit e31d535bed

View File

@ -469,8 +469,8 @@ if(WIN32)
option(ENABLE_DLL "Build a Windows DLL." ${BUILD_SHARED_LIBS})
if(ENABLE_DLL)
set(BUILD_DLL ON CACHE BOOL "")
target_compile_definitions(netcdf PRIVATE -DDLL_NETCDF)
target_compile_definitions(netcdf PRIVATE -DDLL_EXPORT)
add_compile_definitions(-DDLL_NETCDF)
add_compile_definitions(-DDLL_EXPORT)
endif()
endif()
# Did the user specify a default minimum blocksize for posixio?