Skip to content

Commit f1875bf

Browse files
rajan-chariolgavroujackgerrits
authored
added visual studio 2022 cmake preset (#4656)
Co-authored-by: olgavrou <[email protected]> Co-authored-by: Jack Gerrits <[email protected]>
1 parent 9fa9e44 commit f1875bf

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CMakePresets.json

+47
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,53 @@
218218
"value": "On"
219219
}
220220
}
221+
},
222+
{
223+
"name": "vs2022-vcpkg-no-sys-deps",
224+
"generator": "Visual Studio 17 2022",
225+
"binaryDir": "${sourceDir}/build",
226+
"cacheVariables": {
227+
"CMAKE_TOOLCHAIN_FILE": {
228+
"type": "FILEPATH",
229+
"value": "${sourceDir}/ext_libs/vcpkg/scripts/buildsystems/vcpkg.cmake"
230+
},
231+
"BUILD_TESTING": {
232+
"type": "BOOL",
233+
"value": "ON"
234+
},
235+
"RAPIDJSON_SYS_DEP": {
236+
"type": "BOOL",
237+
"value": "OFF"
238+
},
239+
"FMT_SYS_DEP": {
240+
"type": "BOOL",
241+
"value": "OFF"
242+
},
243+
"SPDLOG_SYS_DEP": {
244+
"type": "BOOL",
245+
"value": "OFF"
246+
},
247+
"VW_BOOST_MATH_SYS_DEP": {
248+
"type": "BOOL",
249+
"value": "OFF"
250+
},
251+
"VW_ZLIB_SYS_DEP": {
252+
"type": "BOOL",
253+
"value": "OFF"
254+
},
255+
"VW_GTEST_SYS_DEP": {
256+
"type": "BOOL",
257+
"value": "OFF"
258+
},
259+
"VW_EIGEN_SYS_DEP": {
260+
"type": "BOOL",
261+
"value": "OFF"
262+
},
263+
"VW_STRING_VIEW_LITE_SYS_DEP": {
264+
"type": "BOOL",
265+
"value": "OFF"
266+
}
267+
}
221268
}
222269
],
223270
"buildPresets": [

0 commit comments

Comments
 (0)