Skip to content

Commit

Permalink
ci: Export CMAKE_PREFIX_PATH via env for gap.
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Sep 9, 2024
1 parent 17a2408 commit 73ab1b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"binaryDir": "${sourceDir}/builds/${presetName}",
"generator": "Ninja Multi-Config",
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"environment": {
"CMAKE_PREFIX_PATH": "/usr/lib/llvm-18"
},
"cacheVariables": {
"VCPKG_CHAINLOAD_TOOLCHAIN_FILE": "${sourceDir}/cmake/lld.toolchain.cmake",
"CMAKE_CONFIGURATION_TYPES": "Release",
Expand Down

0 comments on commit 73ab1b5

Please sign in to comment.