Skip to content

Commit 7c377c8

Browse files
author
codethinki
committed
updated vcpkg_installed directory for ci. hopefully that is enough now
1 parent e0a8238 commit 7c377c8

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

ci/CMakeUserPresets.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
"name": "ci-config-base",
66
"hidden": true,
77
"environment": {
8-
"BUILDCACHE_DIR": "${sourceDir}/.buildcache",
9-
"BUILDCACHE_MAX_CACHE_SIZE": "524288000"
8+
"BUILDCACHE_DIR": "${sourceDir}/.buildcache",
9+
"BUILDCACHE_MAX_CACHE_SIZE": "524288000"
1010
},
11-
"cacheVariables": {
12-
"FL_BUILD_TESTS": "ON",
13-
"FL_BUILD_STANDALONE": "ON"
14-
}
11+
"cacheVariables": {
12+
"VCPKG_INSTALLED_DIR": "${sourceDir}/vcpkg_installed",
13+
14+
15+
"FL_BUILD_TESTS": "ON",
16+
"FL_BUILD_STANDALONE": "ON"
17+
}
1518
},
1619
{
1720
"name": "ci_msvc_af_cpu",

0 commit comments

Comments
 (0)