From fe1e4b3a2313d548998c886b04f9a57ee35cedc3 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 21 Dec 2016 14:49:49 -1000 Subject: [PATCH] Remove supposedly unnecessary Version.lib from atdna link --- atdna/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atdna/CMakeLists.txt b/atdna/CMakeLists.txt index 7b8d029..b752452 100644 --- a/atdna/CMakeLists.txt +++ b/atdna/CMakeLists.txt @@ -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