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