Add build configuration failed

HI, I use SDK 2.3.0 and toochains v2.5.0, I install cMake-3.28.0, my board is BMD340-nRF52840

After I copy a sample blink project, I added build configuration, I always got below error, 

[proc] Executing command: cmake --version
[proc] The command: cmake --version failed with error: Error: spawn cmake ENOENT
[proc] Executing command: cmake -E capabilities
[proc] The command: cmake -E capabilities failed with error: Error: spawn cmake ENOENT
[variant] Loaded new set of variants
[kit] Successfully loaded 5 kits from C:\Users\mark.zhang\AppData\Local\CMakeTools\cmake-tools-kits.json
[proc] Executing command: "C:\Program Files\CMake\bin\cmake.exe" --version
[proc] Executing command: "C:\Program Files\CMake\bin\cmake.exe" -E capabilities
[proc] Executing command: chcp
[cmakefileapi-driver] Removing c:/WorkFolder/FW/Nordic/WorkSpace/bmd340/blinky/build/CMakeCache.txt
[main] Configuring project: blinky
[proc] Executing command: "C:\Program Files\CMake\bin\cmake.exe" --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -SC:/WorkFolder/FW/Nordic/WorkSpace/bmd340/blinky -Bc:/WorkFolder/FW/Nordic/WorkSpace/bmd340/blinky/build -G "Visual Studio 12 2013" -A x64
[cmake] Not searching for unused variables given on the command line.
[cmake] Loading Zephyr default modules (Freestanding).
[cmake] -- Application: C:/WorkFolder/FW/Nordic/WorkSpace/BMD340/blinky
[cmake] -- Using NCS Toolchain 2.5.20231017.848171396279 for building. (C:/ncs/toolchains/c57af46cb7/cmake)
[cmake] -- Found Python3: C:/ncs/toolchains/c57af46cb7/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter
[cmake] -- Cache files will be written to: C:/ncs/v2.3.0/zephyr/.cache
[cmake] -- Zephyr version: 3.2.99 (C:/ncs/v2.3.0/zephyr)
[cmake] -- Found west (found suitable version "1.1.0", minimum required is "0.7.1")
[cmake] CMake Error at C:/ncs/v2.3.0/zephyr/cmake/modules/extensions.cmake:2520 (message):
[cmake]   BOARD is not being defined on the CMake command-line, in the environment or
[cmake]   by the app.
[cmake] Call Stack (most recent call first):
[cmake]   C:/ncs/v2.3.0/zephyr/cmake/modules/boards.cmake:52 (zephyr_check_cache)
[cmake]   C:/ncs/v2.3.0/zephyr/cmake/modules/zephyr_default.cmake:108 (include)
[cmake]   C:/ncs/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
[cmake]   C:/ncs/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:159 (include_boilerplate)
[cmake]   CMakeLists.txt:4 (find_package)
[cmake]
[cmake]
[cmake] -- Configuring incomplete, errors occurred!
[proc] The command: "C:\Program Files\CMake\bin\cmake.exe" --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -SC:/WorkFolder/FW/Nordic/WorkSpace/bmd340/blinky -Bc:/WorkFolder/FW/Nordic/WorkSpace/bmd340/blinky/build -G "Visual Studio 12 2013" -A x64 exited with code: 1
I selected ubx_bmd340eval_nrf52840 alredy.
Please help.
Mark,
Related