Skip to content

Commit 0ef4e07

Browse files
mgronckijenkins
authored andcommitted
QPR-12108 update regressiontests
1 parent 1a97dfc commit 0ef4e07

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CMakePresets.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"QL_ENABLE_SESSIONS": true,
1919
"ORE_BUILD_DOC": false
2020
},
21+
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
2122
"architecture": {
2223
"value": "x64",
2324
"strategy": "external"
@@ -46,8 +47,10 @@
4647
"MSVC_LINK_DYNAMIC_RUNTIME": true,
4748
"MSVC_WHOLE_PROGRAM_OPTIMIZATION": true,
4849
"QL_ENABLE_SESSIONS": true,
49-
"ORE_BUILD_DOC": false
50+
"ORE_BUILD_DOC": false,
51+
"BOOST_USE_WINAPI_VERSION": "0x0601"
5052
},
53+
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
5154
"architecture": {
5255
"value": "x64",
5356
"strategy": "external"
@@ -109,7 +112,9 @@
109112
"architecture": {
110113
"value": "x64",
111114
"strategy": "set"
115+
112116
},
117+
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
113118
"vendor": {
114119
"microsoft.com/VisualStudioSettings/CMake/1.0": {
115120
"intelliSenseMode": "windows-msvc-x64",
@@ -134,6 +139,7 @@
134139
"QL_ENABLE_SESSIONS": true,
135140
"ORE_BUILD_DOC": false
136141
},
142+
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
137143
"architecture": {
138144
"value": "x64",
139145
"strategy": "set"

0 commit comments

Comments
 (0)