Skip to content

Commit 94d6cdf

Browse files
Copilotericstj
andcommitted
Update docs to reflect CMake 4.0+ support
Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>
1 parent 1185725 commit 94d6cdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/building/windows-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can build ML.NET either via the command line or by using Visual Studio.
99
2. **[CMake](https://cmake.org/)** must be installed from [the CMake download page](https://cmake.org/download/#latest) and added to your path.
1010
* For Visual Studio 2019: CMake 3.14 or higher is required.
1111
* For Visual Studio 2022: CMake 3.21 or higher is required.
12-
* **Important**: CMake 4.0 and later versions are currently not compatible with this project due to breaking changes in path handling. Please use CMake 3.x versions (e.g., 3.29 or earlier).
12+
* CMake 4.0 and later versions are supported.
1313

1414
### Visual Studio Installation
1515

@@ -151,7 +151,7 @@ For more information on running ML.NET benchmarks, please visit the [benchmarkin
151151
### CMake Version Compatibility
152152
* CMake 3.14 or higher is required for Visual Studio 2019.
153153
* CMake 3.21 or higher is required for Visual Studio 2022.
154-
* **CMake 4.0 and later versions are not currently compatible** with this project. If you encounter "path not found" errors or other build failures, ensure you are using CMake 3.x (e.g., 3.29 or earlier).
154+
* CMake 4.0 and later versions are supported.
155155

156156
### Build Process
157157
You need to run `build` from the root of the repo first prior to opening the solution file and building in Visual Studio.

0 commit comments

Comments
 (0)