mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-25 17:40:27 +08:00
removing some compile things
This commit is contained in:
parent
5cd1f4e9b1
commit
e31d535bed
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user