o3de / o3de

Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations.

Home Page:https://o3de.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: could not find git for clone of recastnavigation-populate

iByte-ua opened this issue · comments

C:\o3de>cmake -B C:\o3de\build\windows -S C:\o3de -G "Visual Studio 16" -DLY_3RDPARTY_PATH=C:\o3de\
o3de-packagess
........
........
 Installed And Validated package at C:/o3de/o3de-packagess/packages/PhysX-5.1.1-rev4-windows - OK
-- Using package C:/o3de/o3de-packagess/packages/PhysX-5.1.1-rev4-windows
-- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.22631.
CMake Error at C:/Program Files/CMake/share/cmake-3.29/Modules/ExternalProject.cmake:2945 (message):
  error: could not find git for clone of recastnavigation-populate
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.29/Modules/ExternalProject.cmake:4456 (_ep_add_download_command)
  CMakeLists.txt:29 (ExternalProject_Add)


-- Configuring incomplete, errors occurred!

CMake Error at C:/Program Files/CMake/share/cmake-3.29/Modules/FetchContent.cmake:1702 (message):
  CMake step for recastnavigation failed: 1
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.29/Modules/FetchContent.cmake:1854:EVAL:2 (__FetchContent_directPopulate)
  C:/Program Files/CMake/share/cmake-3.29/Modules/FetchContent.cmake:1854 (cmake_language)
  C:/Program Files/CMake/share/cmake-3.29/Modules/FetchContent.cmake:2081 (FetchContent_Populate)
  Gems/RecastNavigation/Code/CMakeLists.txt:54 (FetchContent_MakeAvailable)


-- Configuring incomplete, errors occurred!
  • Device: PC
  • OS: Windows
  • Version: 11
  • CPU: Ryzen 9 3900x,
  • GPU: NVidia RTX 3080
  • Memory: 64GB

@iByte-ua Do you have git source control tool installed on your Windows OS

@lemonade-dm Do you have git source control tool installed on your Windows OS

Thank you. It helped.