mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
removing things I didn't mean to commit
This commit is contained in:
parent
0f7558c7d5
commit
0cf9c554d9
@ -1541,15 +1541,6 @@ foreach(_LIB ${ALL_TLL_LIBS})
|
||||
list(APPEND LINKFLAGS "-L${_LIB_DIR}")
|
||||
endforeach()
|
||||
|
||||
#set(NC_LIBS "-lnetcdf ${NC_LIBS}")
|
||||
if(NC_LIBS)
|
||||
string(REPLACE ";" " " NC_LIBS "${NC_LIBS}")
|
||||
string(REPLACE "-lhdf5::hdf5-shared" "-lhdf5" NC_LIBS ${NC_LIBS})
|
||||
string(REPLACE "-lhdf5::hdf5_hl-shared" "-lhdf5_hl" NC_LIBS ${NC_LIBS})
|
||||
string(REPLACE "-lhdf5::hdf5-static" "-lhdf5" NC_LIBS ${NC_LIBS})
|
||||
string(REPLACE "-lhdf5::hdf5_hl-static" "-lhdf5_hl" NC_LIBS ${NC_LIBS})
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" " " LINKFLAGS "${LINKFLAGS}")
|
||||
|
||||
list(REMOVE_DUPLICATES NC_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user