Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/CMakePresets.json
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-04-01 08:07:17 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-04-01 08:07:17 +1100
commitb556f714735a912dcf48257bccfda615855f3695 (patch)
tree1f30d0123821bf3aeefccf905a06272b887d7453 /source/CMakePresets.json
parentc6ca59aa727c4dc0e7cde969bb1146ec5b129f4b (diff)
vcpkg: temporary liblzma workaround during the xz fiasco
Diffstat (limited to 'source/CMakePresets.json')
-rw-r--r--source/CMakePresets.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/CMakePresets.json b/source/CMakePresets.json
index d6151bc..17caec2 100644
--- a/source/CMakePresets.json
+++ b/source/CMakePresets.json
@@ -15,6 +15,7 @@
"cacheVariables": {
"CMAKE_INSTALL_PREFIX": "${sourceParentDir}/install",
"VCPKG_OVERLAY_TRIPLETS": "${sourceParentDir}/triplets",
+ "VCPKG_OVERLAY_PORTS": "${sourceParentDir}/ports",
"CMAKE_VERBOSE_MAKEFILE": true,
"BUILD_TESTING": true,
"STAR_ENABLE_STEAM_INTEGRATION": true,