Remove unused items.

This commit is contained in:
Jim Hague 2019-10-21 16:54:55 +01:00
parent a884426c6e
commit 2c06e8b8ac
1 changed files with 0 additions and 2 deletions

View File

@ -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)