Remove supposedly unnecessary Version.lib from atdna link

This commit is contained in:
Jack Andersen 2016-12-21 14:49:49 -10:00
parent 967d742859
commit fe1e4b3a23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ if(UNIX)
list(APPEND PLAT_LIBS dl)
endif()
elseif(WIN32)
list(APPEND PLAT_LIBS Mincore Version)
list(APPEND PLAT_LIBS Mincore)
endif()
# Offer the user the choice of overriding the installation directories