Skip to content

Commit 5163525

Browse files
authored
Update COMPILING-VS-VCPKG.md to indicate CMake 4 incompatibility (#82831)
1 parent a2a69d5 commit 5163525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/c++/COMPILING-VS-VCPKG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Steps from current guide were tested on Windows 10 (64 bit), Visual Studio 2019
2222

2323
## Prerequisites:
2424

25-
* Computer with modern Windows operating system installed (Windows 10, Windows 8.1 or Windows 7);
25+
* Computer with modern Windows operating system installed (Windows 10, Windows 8.1 or Windows 7 - Windows XP is not supported);
2626
* NTFS partition with ~15 Gb free space (~10 Gb for Visual Studio, ~1 Gb for vcpkg installation, ~3 Gb for repository and ~1 Gb for build cache);
2727
* Git for Windows (installer can be downloaded from [Git homepage](https://git-scm.com/));
2828
* Visual Studio 2019 (or 2015 Visual Studio Update 3 and above);
2929
* Latest version of vcpkg (see instructions on [vcpkg homepage](https://github.com/Microsoft/vcpkg)).
3030

31-
**Note:** Windows XP is unsupported!
31+
**WARNING:** If you have CMake 4 or newer installed, you need to downgrade to CMake 3 eg. https://github.com/Kitware/CMake/releases/tag/v3.31.8 or a newer version of CMake 3. CMake 4 is not compatible with the version of vcpkg we use.
3232

3333
## Installation and configuration:
3434

0 commit comments

Comments
 (0)