1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Fix compilation on MSVC

This simply bumps the libxiv commit, which was the issue when building
on Windows.
This commit is contained in:
Joshua Goins 2022-04-15 21:01:44 -04:00
parent 964b94cc58
commit 518d57f669
2 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ if(TARGET Qt5Keychain::Qt5Keychain)
set(LIBRARIES Qt5Keychain::Qt5Keychain ${LIBRARIES})
set(KEYCHAIN_INCLUDE_DIRS ${QTKEYCHAIN_INCLUDE_DIRS}/qt5keychain) # this is to be consistent with the built-in lib?
else()
message("Using built-in qt keychain")
message("Using downloaded qtkeychain")
FetchContent_Declare(
qtkeychain
@ -79,7 +79,7 @@ if(TARGET QuaZip::QuaZip)
set(LIBRARIES QuaZip::QuaZip ${LIBRARIES})
else()
message("Using built-in quazip")
message("Using downloaded quazip")
FetchContent_Declare(
quazip
@ -105,7 +105,7 @@ if(TARGET fmt::fmt)
set(LIBRARIES fmt::fmt ${LIBRARIES})
else()
message("Using built-in fmt")
message("Using downloaded fmt")
FetchContent_Declare(
fmt

2
external/libxiv vendored

@ -1 +1 @@
Subproject commit ba13bab4b7685be9fe20baa4f38e2534c7739942
Subproject commit 79c482ac97f212cd968ea8717645a05b5bd40fac