mirror of https://github.com/libAthena/athena.git
Remove supposedly unnecessary Version.lib from atdna link
This commit is contained in:
parent
967d742859
commit
fe1e4b3a23
|
@ -56,7 +56,7 @@ if(UNIX)
|
||||||
list(APPEND PLAT_LIBS dl)
|
list(APPEND PLAT_LIBS dl)
|
||||||
endif()
|
endif()
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
list(APPEND PLAT_LIBS Mincore Version)
|
list(APPEND PLAT_LIBS Mincore)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Offer the user the choice of overriding the installation directories
|
# Offer the user the choice of overriding the installation directories
|
||||||
|
|
Loading…
Reference in New Issue