From 4bc3c010e8dfd74190a326076169bf21d392ec5b Mon Sep 17 00:00:00 2001 From: friendlyanon Date: Thu, 8 Feb 2024 14:22:15 +0100 Subject: [PATCH] Fix a reference to the now gone `flags-windows` This preset has been gone for a while now and has been renamed to `flags-msvc`. --- cmake-init/templates/common/BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-init/templates/common/BUILDING.md b/cmake-init/templates/common/BUILDING.md index fd2256e..a10f481 100644 --- a/cmake-init/templates/common/BUILDING.md +++ b/cmake-init/templates/common/BUILDING.md @@ -28,7 +28,7 @@ cmake --build build --config Release ### Building with MSVC Note that MSVC by default is not standards compliant and you need to pass some -flags to make it behave properly. See the `flags-windows` preset in the +flags to make it behave properly. See the `flags-msvc` preset in the [CMakePresets.json](CMakePresets.json) file for the flags and with what variable to provide them to CMake during configuration.{% if not cmake_321 %}