mirror of
https://github.com/libAthena/athena.git
synced 2025-06-06 22:53:31 +00:00
Link Version.lib rather than Mincore.lib
This commit is contained in:
parent
fe1e4b3a23
commit
26407b49e2
@ -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)
|
list(APPEND PLAT_LIBS Version)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Offer the user the choice of overriding the installation directories
|
# Offer the user the choice of overriding the installation directories
|
||||||
|
Loading…
x
Reference in New Issue
Block a user