From f0995fb9a76ab6942b324715b819a061e158db8d Mon Sep 17 00:00:00 2001 From: Evgeny Chormonov Date: Thu, 31 Aug 2023 23:50:17 +0300 Subject: [PATCH] DOC: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0d3e45..e5f1410a 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ Use CMake to configure the build. CMake generates the necessary build files base ![screenshot cmd](img/remcu-windows-build.PNG) -If failed, try : +If failed, try another Windows CMAKE_TOOLCHAIN_FILE: ```shell cmake -G "Unix Makefiles" .. -DCMAKE_TOOLCHAIN_FILE=path/to/remcu-chip-sdks/REMCU/platform/windows_x64_clang.cmake ```