From 26407b49e22e1f740a22f906c52df697f86c7c68 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 21 Dec 2016 14:58:09 -1000 Subject: [PATCH] Link Version.lib rather than Mincore.lib --- atdna/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atdna/CMakeLists.txt b/atdna/CMakeLists.txt index b752452..ef52093 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) + list(APPEND PLAT_LIBS Version) endif() # Offer the user the choice of overriding the installation directories