mirror of https://github.com/getdnsapi/getdns.git
Remove unused items.
This commit is contained in:
parent
a884426c6e
commit
2c06e8b8ac
|
@ -488,8 +488,6 @@ set_target_properties(getdns_shared PROPERTIES OUTPUT_NAME getdns)
|
|||
|
||||
# Generate platform-specific link file with the export symbols.
|
||||
file(STRINGS src/libgetdns.symbols symbols)
|
||||
set(getdns_EXTRA_LINK "")
|
||||
set(getdns_EXTRA_LINK_FLAGS "")
|
||||
if (WIN32)
|
||||
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/getdns.def" "LIBRARY GETDNS\n VERSION ${GETDNS_VERSION_CURRENT}.${GETDNS_VERSION_REVISION}\n EXPORTS\n")
|
||||
foreach (symbol IN LISTS symbols)
|
||||
|
|
Loading…
Reference in New Issue