Skip to content

Commit 7f71289

Browse files
authored
Fix VS version in cpp documentation (#938)
1 parent 2feb26b commit 7f71289

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_docs/29-fasterkv-cpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "FasterKV C++ Port"
33
permalink: /docs/fasterkv-cpp/
44
excerpt: "FasterKV C++ Port"
5-
last_modified_at: 2024-12-14
5+
last_modified_at: 2025-04-08
66
toc: true
77
---
88

@@ -23,10 +23,10 @@ cmake .. -G "<MSVC compiler>"
2323
```
2424

2525
To see a list of supported MSVC compiler versions, just run "cmake -G". As of
26-
this writing, we're using Visual Studio 2019, so you would execute:
26+
this writing, we're using Visual Studio 2022, so you would execute:
2727

2828
```sh
29-
cmake .. -G "Visual Studio 16 2019"
29+
cmake .. -G "Visual Studio 17 2022"
3030
```
3131

3232
That will create build scripts inside your new "build" directory, including

0 commit comments

Comments
 (0)